Condividi tramite


Proprietà AttributesContainer.Attributes

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

Sintassi

'Dichiarazione
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Attributes As IDictionary(Of String, ProfileAttribute)
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public IDictionary<string, ProfileAttribute> Attributes { get; set; }

Valore proprietà

Tipo: System.Collections.Generic.IDictionary<String, ProfileAttribute>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AttributesContainer Classe

Spazio dei nomi Microsoft.VisualStudio.Services.Profile