Edit

Share via


Header.ValueNoParameters Property

Definition

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

public:
 property System::String ^ ValueNoParameters { System::String ^ get(); void set(System::String ^ value); };
public string ValueNoParameters { get; set; }
Public Property ValueNoParameters As String

Property Value

Remarks

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

Applies to