Microsoft Internet Security and Acceleration Server 2004 SDK

DelegatedAdmins Property of IFPCAdminSecurity[C++]

FPCAdminSecurity.DelegatedAdmins [Visual Basic]

[C++]

The DelegatedAdmins property gets an FPCDelegatedAdmins collection containing the delegated administrators.

HRESULT get_DelegatedAdmins(
  IFPCDelegatedAdmins* ppDelegatedAdmins
);

Parameters

ppDelegatedAdmins
Address of an interface pointer that on return points to an IFPCDelegatedAdmins interface that represents the collection of delegated administrators.

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

[Visual Basic]

The DelegatedAdmins property gets an FPCDelegatedAdmins collection containing the delegated administrators.

Property DelegatedAdmins As FPCDelegatedAdmins

Property Value

Reference to an FPCDelegatedAdmins collection that contains the delegated administrators.

Remarks

This property is read-only. Delegated administrators can be added or removed from the collection by calling the methods of the FPCDelegatedAdmins 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

FPCAdminSecurity