Freigeben über


ServiceDefinition.LocationMappings-Eigenschaft

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; }

Eigenschaftswert

Typ: System.Collections.Generic.List<LocationMapping>

.NET Framework-Sicherheit

Siehe auch

Referenz

ServiceDefinition Klasse

Microsoft.VisualStudio.Services.Location-Namespace