RelyingParty.RelyingPartyKeys Property

There are no comments for RelyingPartyKeys in the schema.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property RelyingPartyKeys As DataServiceCollection(Of RelyingPartyKey)
public DataServiceCollection<RelyingPartyKey> RelyingPartyKeys { get; set; }
public:
property DataServiceCollection<RelyingPartyKey^>^ RelyingPartyKeys {
    DataServiceCollection<RelyingPartyKey^>^ get ();
    void set (DataServiceCollection<RelyingPartyKey^>^ value);
}
member RelyingPartyKeys : DataServiceCollection<RelyingPartyKey> with get, set
function get RelyingPartyKeys () : DataServiceCollection<RelyingPartyKey>
function set RelyingPartyKeys (value : DataServiceCollection<RelyingPartyKey>)

Property Value

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

.NET Framework Security

See Also

Reference

RelyingParty Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace