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