Share via


ILocationService.DefaultAccessMapping Property

The default AccessMapping for this location service. 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 DefaultAccessMapping As AccessMapping
AccessMapping DefaultAccessMapping { get; }
property AccessMapping^ DefaultAccessMapping {
    AccessMapping^ get ();
}
abstract DefaultAccessMapping : AccessMapping with get
function get DefaultAccessMapping () : AccessMapping

Property Value

Type: Microsoft.VisualStudio.Services.Location.AccessMapping

.NET Framework Security

See Also

Reference

ILocationService Interface

Microsoft.VisualStudio.Services.Location Namespace