Identity.GetType Method (String, Boolean)

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.Framework.Server.IdentityType
Returns IdentityType.

.NET Framework Security

See Also

Reference

Identity Class

GetType Overload

Microsoft.TeamFoundation.Integration.Server Namespace