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

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace