Share via


ServiceDefinition.LocationMappings Property

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

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Server.Core.Location Namespace