IUsageRight.Attributes Property

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
ReadOnly Property Attributes As Dictionary(Of String, Object)
Dictionary<string, Object> Attributes { get; }
property Dictionary<String^, Object^>^ Attributes {
    Dictionary<String^, Object^>^ get ();
}
abstract Attributes : Dictionary<string, Object> with get
function get Attributes () : Dictionary<String, Object>

Property Value

Type: System.Collections.Generic.Dictionary<String, Object>

.NET Framework Security

See Also

Reference

IUsageRight Interface

Microsoft.VisualStudio.Services.Licensing Namespace