ServiceRight.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

IUsageRight.Attributes

.NET Framework Security

See Also

Reference

ServiceRight Class

Microsoft.VisualStudio.Services.Licensing Namespace