ClientRight.Attributes Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property Attributes As Dictionary(Of String, Object)
public Dictionary<string, Object> Attributes { get; set; }
public:
virtual property Dictionary<String^, Object^>^ Attributes {
Dictionary<String^, Object^>^ get () sealed;
void set (Dictionary<String^, Object^>^ value) sealed;
}
abstract Attributes : Dictionary<string, Object> with get, set
override Attributes : Dictionary<string, Object> with get, set
final function get Attributes () : Dictionary<String, Object>
final function set Attributes (value : Dictionary<String, Object>)
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
Implements
.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.