Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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