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 location mappings that define where this service lives for given access mappings for FullyQualified service definitions. For any service definition that is relative, this will always be empty.
Namespace: Microsoft.TeamFoundation.Server.Core.Location
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public ReadOnly Property LocationMappings As List(Of LocationMapping)
[ClientPropertyAttribute(ClientVisibility.Private)]
public List<LocationMapping> LocationMappings { get; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property List<LocationMapping^>^ LocationMappings {
List<LocationMapping^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member LocationMappings : List<LocationMapping> with get
function get LocationMappings () : List<LocationMapping>
Property Value
Type: System.Collections.Generic.List<LocationMapping>
.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.