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.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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>
Returns List<T>.

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Framework.Server Namespace