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.
HRESULT get_Type( long* plType );
Pointer to a 32-bit integer that is set on return to a 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.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property Type As Long
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.
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.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.