AttributesContainer.Attributes Property
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<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; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property IDictionary<String^, ProfileAttribute^>^ Attributes {
IDictionary<String^, ProfileAttribute^>^ get ();
void set (IDictionary<String^, ProfileAttribute^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Attributes : IDictionary<string, ProfileAttribute> with get, set
function get Attributes () : IDictionary<String, ProfileAttribute>
function set Attributes (value : IDictionary<String, ProfileAttribute>)
Property Value
Type: System.Collections.Generic.IDictionary<String, ProfileAttribute>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.