Microsoft Internet Security and Acceleration Server 2004 SDK

DomainGroups Property of IFPCVpnConfiguration[C++]

FPCVpnConfiguration.DomainGroups [Visual Basic]

[C++]

The DomainGroups property gets an FPCAccounts collection that contains accounts representing domain groups.

HRESULT get_DomainGroups(
  IFPCAccounts** ppAccounts
);

Parameters

ppAccounts
Address of an interface pointer that on return points to an IFPCAccounts interface that represents the collection of accounts representing domain groups.

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 through the IFPCAccounts interface retrieved.

[Visual Basic]

The DomainGroups property gets an FPCAccounts collection that contains accounts representing domain groups.

Property DomainGroups As FPCAccounts

Property Value

Reference to an FPCAccounts collection that contains accounts representing domain groups.

Remarks

This property is read-only. It can be modified through the IFPCAccounts 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

FPCVpnConfiguration