Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.