Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.