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