This documentation is archived and is not being maintained.

ServiceDefinition::RemoveLocationMapping Method

Removes the LocationMapping for the AccessMapping provided. Note that AccessMappings are determined to be equal based on their moniker.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
bool RemoveLocationMapping(
	AccessMapping^ accessMapping
)

Parameters

accessMapping
Type: Microsoft.TeamFoundation.Framework.Client::AccessMapping

The AccessMapping for the LocationMapping to be removed.

Return Value

Type: System::Boolean
True if something was removed.

Show: