Header.Value
Header.Value
The Value property contains the SIP header value as a string.
Syntax
[C#]
public String Value {get; set;}
Syntax
[Visual Basic .NET]
Public Property Value As String
Remarks
This property contains the header parameters separated from the address (and its parameters) by a semi-colon. To obtain just the parameters, use Header.Parameters. To obtain just the header value without the parameters, use Header.ValueNoParameters.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent (in ServerAgent.dll)