ManagementService.Delegations Property
There are no comments for Delegations 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 Delegations As DataServiceQuery(Of Delegation)
public DataServiceQuery<Delegation> Delegations { get; }
public:
property DataServiceQuery<Delegation^>^ Delegations {
DataServiceQuery<Delegation^>^ get ();
}
member Delegations : DataServiceQuery<Delegation> with get
function get Delegations () : DataServiceQuery<Delegation>
Property Value
Type: System.Data.Services.Client.DataServiceQuery<Delegation>
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