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

public string QueryStringParameterValue {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property String^ QueryStringParameterValue {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    private: void set(String^ value);
}
member QueryStringParameterValue : string with get, private set
Public Property QueryStringParameterValue As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

QueryStringMapping Class
System.Net.Http.Formatting Namespace

Return to top