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
- 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.