ServiceDefinition.LocationMappings Property

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

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Framework.Client Namespace