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)

Syntax

'Declaration
ReadOnly Property ClientAccessMapping As AccessMapping
AccessMapping ClientAccessMapping { get; }
property AccessMapping^ ClientAccessMapping {
    AccessMapping^ get ();
}
abstract ClientAccessMapping : AccessMapping with get
function get ClientAccessMapping () : AccessMapping

Property Value

Type: Microsoft.TeamFoundation.Framework.Client.AccessMapping

.NET Framework Security

See Also

Reference

ILocationService Interface

Microsoft.TeamFoundation.Framework.Client Namespace