ManagementService.RelyingParties Property

There are no comments for RelyingParties 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 RelyingParties As DataServiceQuery(Of RelyingParty)
public DataServiceQuery<RelyingParty> RelyingParties { get; }
public:
property DataServiceQuery<RelyingParty^>^ RelyingParties {
    DataServiceQuery<RelyingParty^>^ get ();
}
member RelyingParties : DataServiceQuery<RelyingParty> with get
function get RelyingParties () : DataServiceQuery<RelyingParty>

Property Value

Type: System.Data.Services.Client.DataServiceQuery<RelyingParty>
Returns DataServiceQuery<TElement>.

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace