ManagementService.AddToIdentityProviderAddresses Method

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 Sub AddToIdentityProviderAddresses ( _
    identityProviderAddress As IdentityProviderAddress _
)
public void AddToIdentityProviderAddresses(
    IdentityProviderAddress identityProviderAddress
)
public:
void AddToIdentityProviderAddresses(
    IdentityProviderAddress^ identityProviderAddress
)
member AddToIdentityProviderAddresses : 
        identityProviderAddress:IdentityProviderAddress -> unit
public function AddToIdentityProviderAddresses(
    identityProviderAddress : IdentityProviderAddress
)

Parameters

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace