The Valueproperty contains the SIP header value as a string.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Property 
Value 
As 
String
	
Get
	
Set
Visual Basic (usage)
Dim 
instance 
As 

Header
Dim 
value 
As 
String

value = instance.
Value

instance.
Value = 
value
C#
public 
string 
Value { 
get; 
set; }

Property value

Type: System . . :: . . String

Remarks

This property contains the header parameters that are separated from the address (and its parameters) by a semi-colon. To obtain just the parameters, use the Parameters property. To obtain just the header value without the parameters, use the ValueNoParameters property.

See also