Microsoft Internet Security and Acceleration Server 2004 SDK

ComputerSets Property of IFPCSelectionIPs[C++]

FPCSelectionIPs.ComputerSets [Visual Basic]

[C++]

The ComputerSets property gets an FPCRefs collection that contains references to the computer sets in the set of IP addresses.

HRESULT get_ComputerSets(
  IFPCRefs** ppRefs
);

Parameters

ppRefs
Address of an interface pointer that on return points to an IFPCRefs interface that represents the collection of computer sets in the set of IP addresses.

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.

[Visual Basic]

The ComputerSets property gets an FPCRefs collection that contains references to the computer sets in the set of IP addresses.

Property ComputerSets As FPCRefs

Property Value

Reference to an FPCRefs collection that contains references to the computer sets in the set of IP addresses.

Remarks

This property is read-only.

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

FPCSelectionIPs