Share via


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

See Also

Reference

ClientRightsTelemetryContext Class

Microsoft.VisualStudio.Services.Licensing Namespace