Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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