Propriedade AttributesContainer.Attributes
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
<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; }
Valor de propriedade
Tipo: System.Collections.Generic.IDictionary<String, ProfileAttribute>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.