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