FromToHeader.HeaderValue Property
Gets the string value of the header.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property HeaderValue As String
Get
'Usage
Dim instance As FromToHeader
Dim value As String
value = instance.HeaderValue
public string HeaderValue { get; }
Property Value
Type: System.String