RelyingParty.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
- 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