Partilhar via


Propriedade ServiceDefinition.LocationMappings

Namespace:  Microsoft.VisualStudio.Services.Location
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property LocationMappings As List(Of LocationMapping)
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public List<LocationMapping> LocationMappings { get; set; }

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ServiceDefinition Classe

Namespace Microsoft.VisualStudio.Services.Location