IdentityProviderClaimType.ClaimType Property

There are no comments for ClaimType in the schema.

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

Syntax

'Declaration
Public Property ClaimType As ClaimType
public ClaimType ClaimType { get; set; }
public:
property ClaimType^ ClaimType {
    ClaimType^ get ();
    void set (ClaimType^ value);
}
member ClaimType : ClaimType with get, set
function get ClaimType () : ClaimType 
function set ClaimType (value : ClaimType)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.ClaimType
Returns ClaimType.

.NET Framework Security

See Also

Reference

IdentityProviderClaimType Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace