Share via


QueryStringMapping.QueryStringParameterValue Property

Gets the query string parameter value.

Namespace:  System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Property QueryStringParameterValue As String
    Get
    Private Set
'Usage
Dim instance As QueryStringMapping
Dim value As String

value = instance.QueryStringParameterValue
public string QueryStringParameterValue { get; private set; }
public:
property String^ QueryStringParameterValue {
    String^ get ();
    private: void set (String^ value);
}
member QueryStringParameterValue : string with get, private set
function get QueryStringParameterValue () : String
private function set QueryStringParameterValue (value : String)

Property Value

Type: System.String

See Also

Reference

QueryStringMapping Class

System.Net.Http.Formatting Namespace