Freigeben über


ServiceDefinition.LocationMappings-Eigenschaft

Die Speicherortzuordnungen, die definieren, wo dieser Dienst für angegebene Zugriffszuordnungen für FullyQualified Dienstdefinitionen lebt. Für jede Dienstdefinition, der ziemlich ist, ist dies immer leer.

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; }

Eigenschaftswert

Typ: System.Collections.Generic.List<LocationMapping>

.NET Framework-Sicherheit

Siehe auch

Referenz

ServiceDefinition Klasse

Microsoft.TeamFoundation.Server.Core.Location-Namespace