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

Property Value

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

.NET Framework Security

See Also

Reference

RelyingParty Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace