The ValueNoParametersproperty contains the SIP header value as a string, minus any attached parameters.

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

Syntax

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

Header
Dim 
value 
As 
String

value = instance.
ValueNoParameters

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

Property value

Type: System . . :: . . String

Remarks

This is the string that precedes the first non-quoted semicolon. The remainder is parsed into Parameters .

See also