ManagementService.AddToRelyingPartyAddresses Method

There are no comments for RelyingPartyAddresses in the schema.

Namespace:  Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub AddToRelyingPartyAddresses ( _
    relyingPartyAddress As RelyingPartyAddress _
)
public void AddToRelyingPartyAddresses(
    RelyingPartyAddress relyingPartyAddress
)
public:
void AddToRelyingPartyAddresses(
    RelyingPartyAddress^ relyingPartyAddress
)
member AddToRelyingPartyAddresses : 
        relyingPartyAddress:RelyingPartyAddress -> unit
public function AddToRelyingPartyAddresses(
    relyingPartyAddress : RelyingPartyAddress
)

Parameters

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace