Share via


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.VisualStudio.Services.Location
Assembly:  Microsoft.VisualStudio.Services.Client (in Microsoft.VisualStudio.Services.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.VisualStudio.Services.Location.AccessMapping

.NET Framework Security

See Also

Reference

ILocationService Interface

Microsoft.VisualStudio.Services.Location Namespace