ManagementService.AddToClaimTypes Method

There are no comments for ClaimTypes in the schema.

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

Syntax

'Declaration
Public Sub AddToClaimTypes ( _
    claimType As ClaimType _
)
public void AddToClaimTypes(
    ClaimType claimType
)
public:
void AddToClaimTypes(
    ClaimType^ claimType
)
member AddToClaimTypes : 
        claimType:ClaimType -> unit
public function AddToClaimTypes(
    claimType : ClaimType
)

Parameters

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace