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