Share via


Identity.GetType Method (String, Boolean)

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
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

Return Value

Type: Microsoft.TeamFoundation.Server.IdentityType

.NET Framework Security

See Also

Reference

Identity Class

GetType Overload

Microsoft.TeamFoundation.Server Namespace