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 Property Type As IdentityType
Get
Set
public IdentityType Type { get; set; }
public:
property IdentityType Type {
IdentityType get ();
void set (IdentityType value);
}
member Type : IdentityType with get, set
function get Type () : IdentityType
function set Type (value : IdentityType)
Property 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.