Edit

Share via


Header.Value Property

Definition

The Value property contains the SIP header value as a string.

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

Property Value

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.

Applies to