Share via


ManagementService.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 ReadOnly Property RelyingPartyKeys As DataServiceQuery(Of RelyingPartyKey)
public DataServiceQuery<RelyingPartyKey> RelyingPartyKeys { get; }
public:
property DataServiceQuery<RelyingPartyKey^>^ RelyingPartyKeys {
    DataServiceQuery<RelyingPartyKey^>^ get ();
}
member RelyingPartyKeys : DataServiceQuery<RelyingPartyKey> with get
function get RelyingPartyKeys () : DataServiceQuery<RelyingPartyKey>

Property Value

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

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace