Attributes Property

Gets the collection of attributes in the header.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As StringDictionary
    Get
'Usage
Dim instance As DiagnosticHeader
Dim value As StringDictionary

value = instance.Attributes
public StringDictionary Attributes { get; }

Property Value

Type: System.Collections.Specialized..::..StringDictionary
A StringDictionary containing the attributes.

Remarks

Attributes do not return the required attributes source and reason.

See Also

Reference

DiagnosticHeader Class

DiagnosticHeader Members

Microsoft.Rtc.Signaling Namespace