Compartir a través de


ServiceDefinition.LocationMappings (Propiedad)

Espacio de nombres:  Microsoft.VisualStudio.Services.Location
Ensamblado:  Microsoft.VisualStudio.Services.WebApi (en Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxis

'Declaración
<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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ServiceDefinition Clase

Microsoft.VisualStudio.Services.Location (Espacio de nombres)