Condividi tramite


Proprietà ServiceDefinition.LocationMappings

Spazio dei nomi:  Microsoft.VisualStudio.Services.Location
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ServiceDefinition Classe

Spazio dei nomi Microsoft.VisualStudio.Services.Location