Freigeben über


ClaimType.CreateClaimType-Methode

Erstellen Sie ein neues ClaimType-Objekt.

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

Syntax

'Declaration
Public Shared Function CreateClaimType ( _
    ID As Long, _
    systemReserved As Boolean _
) As ClaimType
public static ClaimType CreateClaimType(
    long ID,
    bool systemReserved
)

Parameter

Rückgabewert

Typ: Microsoft.TeamFoundation.Framework.Server.AccessControl.ClaimType
Gibt ClaimType zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

ClaimType Klasse

Microsoft.TeamFoundation.Framework.Server.AccessControl-Namespace