SignalingHeaderParser.ValueWithNoParameters 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.
Gets the value of the header without the header parameters. Can be null. This property may not be available for all headers even if it has a value without parameters.
public:
property System::String ^ ValueWithNoParameters { System::String ^ get(); };
public string ValueWithNoParameters { get; }
member this.ValueWithNoParameters : string
Public ReadOnly Property ValueWithNoParameters As String