Microsoft Internet Security and Acceleration Server 2004 SDK

UserSetsExcluded Property of IFPCVpnQuarantineSettings[C++]

FPCVpnQuarantineSettings.UserSetsExcluded [Visual Basic]

[C++]

The UserSetsExcluded property gets an FPCRefs collection that contains references to the FPCUserSet collections defining the user sets to which the virtual private network (VPN) quarantine is not applied.

HRESULT get_UserSetsExcluded(
  IFPCRefs** ppRefs
);

Parameters

ppRefs
Address of an interface pointer that on return points to an IFPCRefs interface that represents the collection of user sets to which the VPN quarantine is not applied.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. It can be modified by calling the methods of the IFPCRefs interface. By default, this property does not reference any user sets.

[Visual Basic]

The UserSetsExcluded property gets an FPCRefs collection that contains references to the FPCUserSet collections defining the user sets to which the virtual private network (VPN) quarantine is not applied.

Property UserSetsExcluded As FPCRefs

Property Value

Reference to an FPCRefs collection that contains references to the user sets to which the VPN quarantine is not applied.

Remarks

This property is read-only. It can be modified by calling the methods of the FPCRefs collection. By default, this property does not reference any user sets.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCVpnQuarantineSettings