ManagementService.ClaimTypes Property
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 ReadOnly Property ClaimTypes As DataServiceQuery(Of ClaimType)
public DataServiceQuery<ClaimType> ClaimTypes { get; }
public:
property DataServiceQuery<ClaimType^>^ ClaimTypes {
DataServiceQuery<ClaimType^>^ get ();
}
member ClaimTypes : DataServiceQuery<ClaimType> with get
function get ClaimTypes () : DataServiceQuery<ClaimType>
Property Value
Type: System.Data.Services.Client.DataServiceQuery<ClaimType>
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