共用方式為


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

See Also

Reference

DiagnosticHeader Class

DiagnosticHeader Members

Microsoft.Rtc.Signaling Namespace