Type Property of the IFPCEEDelegatedAdmin Interface

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.

[C++]
HRESULT get_Type(
	long* plType
);

Parameters

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.

Return Value

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

[Visual Basic]
Property Type 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.

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

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.

See Also

FPCDelegatedAdmin


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.