This documentation is archived and is not being maintained.

ILocationService::ClientAccessMapping Property

The AccessMapping for the current connection to the server. Note, it is possible that the current ClientAccessMapping is not a member of the ConfiguredAccessMappings if the access point this client used to connect to the server has not been configured on it. This will never be null.

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

property AccessMapping^ ClientAccessMapping {
	AccessMapping^ get ();
}

Show: