ManagementService.IdentityProviderClaimTypes Property
There are no comments for IdentityProviderClaimTypes in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property IdentityProviderClaimTypes As DataServiceQuery(Of IdentityProviderClaimType)
public DataServiceQuery<IdentityProviderClaimType> IdentityProviderClaimTypes { get; }
public:
property DataServiceQuery<IdentityProviderClaimType^>^ IdentityProviderClaimTypes {
DataServiceQuery<IdentityProviderClaimType^>^ get ();
}
member IdentityProviderClaimTypes : DataServiceQuery<IdentityProviderClaimType> with get
function get IdentityProviderClaimTypes () : DataServiceQuery<IdentityProviderClaimType>
Property Value
Type: System.Data.Services.Client.DataServiceQuery<IdentityProviderClaimType>
Returns DataServiceQuery<TElement>.
.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
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace