Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
声明
Public Shared Function GetType ( _
    identityType As String, _
    isGroup As Boolean _
) As IdentityType
public static IdentityType GetType(
    string identityType,
    bool isGroup
)
public:
static IdentityType GetType(
    String^ identityType, 
    bool isGroup
)
static member GetType : 
        identityType:string * 
        isGroup:bool -> IdentityType 
public static function GetType(
    identityType : String, 
    isGroup : boolean
) : IdentityType
Parameters
- identityType
Type: System.String 
- isGroup
Type: System.Boolean 
Return Value
Type: Microsoft.TeamFoundation.Server.IdentityType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.