QueryStringMapping.QueryStringParameterName Property
Gets the query string parameter name.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
'Declaration
Public Property QueryStringParameterName As String
Get
Private Set
'Usage
Dim instance As QueryStringMapping
Dim value As String
value = instance.QueryStringParameterName
public string QueryStringParameterName { get; private set; }
public:
property String^ QueryStringParameterName {
String^ get ();
private: void set (String^ value);
}
member QueryStringParameterName : string with get, private set
function get QueryStringParameterName () : String
private function set QueryStringParameterName (value : String)
Property Value
Type: System.String