Microsoft Internet Security and Acceleration Server 2004 SDK

Accounts Property of IFPCUserSet[C++]

FPCUserSet.Accounts [Visual Basic]

[C++]

The Accounts property gets an FPCAccounts collection that contains the Active Directory user accounts included in the user set.

HRESULT get_Accounts(
  IFPCAccounts** ppAccounts
);

Parameters

ppAccounts
Address of an interface pointer that on return points to an IFPCAccounts interface that represents the collection of Active Directory user accounts included in the user set.

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. Accounts can be added or removed from the collection by calling the methods of the IFPCAccounts interface retrieved.

[Visual Basic]

The Accounts property gets an FPCAccounts collection that contains the Active Directory user accounts included in the user set.

Property Accounts As FPCAccounts

Property Value

Reference to the FPCAccounts collection for the user set.

Remarks

This property is read-only. Accounts can be added or removed by calling the methods of the FPCAccounts collection retrieved.

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

FPCUserSet