ServiceDefinition.LocationMappings Property
Namespace: Microsoft.VisualStudio.Services.Location
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property LocationMappings As List(Of LocationMapping)
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public List<LocationMapping> LocationMappings { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property List<LocationMapping^>^ LocationMappings {
List<LocationMapping^>^ get ();
void set (List<LocationMapping^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member LocationMappings : List<LocationMapping> with get, set
function get LocationMappings () : List<LocationMapping>
function set LocationMappings (value : List<LocationMapping>)
Property Value
Type: System.Collections.Generic.List<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.