Header.ValueNoParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.