Identity.GetType Method (String, Boolean)
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.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
- identityType
Type: System.String
- isGroup
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Server.IdentityType
Returns 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.