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 LocationMappings that define the location to AccessMapping relationships for FullyQualified ServiceDefinitions. For any ServiceDefinition that is relative, this will always be empty.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property LocationMappings As IEnumerable(Of LocationMapping)
public IEnumerable<LocationMapping> LocationMappings { get; internal set; }
public:
property IEnumerable<LocationMapping^>^ LocationMappings {
IEnumerable<LocationMapping^>^ get ();
internal: void set (IEnumerable<LocationMapping^>^ value);
}
member LocationMappings : IEnumerable<LocationMapping> with get, internal set
function get LocationMappings () : IEnumerable<LocationMapping>
internal function set LocationMappings (value : IEnumerable<LocationMapping>)
Property Value
Type: System.Collections.Generic.IEnumerable<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.