Share via


QueryStringMediaTypeMapping.QueryStringParameterName Property

 

Gets the query string parameter name.

Namespace:   System.Web.OData.Formatter
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

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

Property Value

Type: System.String

See Also

QueryStringMediaTypeMapping Class
System.Web.OData.Formatter Namespace

Return to top