RelyingParty.RelyingPartyIdentityProviders Property
There are no comments for RelyingPartyIdentityProviders in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property RelyingPartyIdentityProviders As DataServiceCollection(Of RelyingPartyIdentityProvider)
public DataServiceCollection<RelyingPartyIdentityProvider> RelyingPartyIdentityProviders { get; set; }
public:
property DataServiceCollection<RelyingPartyIdentityProvider^>^ RelyingPartyIdentityProviders {
DataServiceCollection<RelyingPartyIdentityProvider^>^ get ();
void set (DataServiceCollection<RelyingPartyIdentityProvider^>^ value);
}
member RelyingPartyIdentityProviders : DataServiceCollection<RelyingPartyIdentityProvider> with get, set
function get RelyingPartyIdentityProviders () : DataServiceCollection<RelyingPartyIdentityProvider>
function set RelyingPartyIdentityProviders (value : DataServiceCollection<RelyingPartyIdentityProvider>)
Property Value
Type: System.Data.Services.Client.DataServiceCollection<RelyingPartyIdentityProvider>
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