Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.