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