Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
The Type property gets a 32-bit bitmask containing one bit flag from the FpcDelegatedAdminType enumerated type that indicates whether the user or group of users is identified in the Account property by security identifier (SID) or by name.
This property is read-only.
Syntax
HRESULT get_Type(
long *plType
);
' Data type: Long
Property Type( _
ByVal plType As long _
) As Long
Property value
A 32-bit bitmask containing one bit flag from the FpcDelegatedAdminType enumerated type that indicates whether the user or group of users is identified by SID or by name.
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. It can be set when the object is created by the AddWithType method of the FPCDelegatedAdmins collection (IFPCEEDelegatedAdmins interface in C++).
If the lowest significant bit (bit 0) is set in the value of this property, the user or group of users can be identified in the Account property only by the SID. If bit 1 is set, the user or group of users can be identified only by the name of the account. By default, only bit 0 is set.
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