IFPCAdminSecurity::DelegatedAdmins property
Applies to: desktop apps only
The DelegatedAdmins property gets an FPCDelegatedAdmins collection containing the delegated administrators.
This property is read-only.
Syntax
HRESULT get_DelegatedAdmins(
IFPCDelegatedAdmins *ppDelegatedAdmins
);
' Data type: FPCDelegatedAdmins
Property DelegatedAdmins( _
ByVal ppDelegatedAdmins As IFPCDelegatedAdmins _
) As FPCDelegatedAdmins
Property value
Reference to an FPCDelegatedAdmins collection that contains the delegated administrators.
Error codes
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 FPCDelegatedAdmins collection retrieved (the IFPCDelegatedAdmins interface retrieved in C++).
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010