ServiceIdentity.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 Property Delegations As DataServiceCollection(Of Delegation)
public DataServiceCollection<Delegation> Delegations { get; set; }
public:
property DataServiceCollection<Delegation^>^ Delegations {
    DataServiceCollection<Delegation^>^ get ();
    void set (DataServiceCollection<Delegation^>^ value);
}
member Delegations : DataServiceCollection<Delegation> with get, set
function get Delegations () : DataServiceCollection<Delegation>
function set Delegations (value : DataServiceCollection<Delegation>)

Property Value

Type: System.Data.Services.Client.DataServiceCollection<Delegation>
Returns DataServiceCollection<T>.

.NET Framework Security

See Also

Reference

ServiceIdentity Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace