ServiceDefinition.LocationMappings Property
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.