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
- 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.
See Also
Reference
IdentityProviderClaimType Class
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace