DiagnosticHeader.Attributes Property
Gets the collection for name-value pairs of the header excluding the required attributes "source" and "reason".
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