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