Bagikan melalui


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

See Also

Reference

ServiceDefinition Class

Microsoft.VisualStudio.Services.Location Namespace