ManagementService.RelyingPartyAddresses Property

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

Property Value

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

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace