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.
The query operator that this query parameter is for.
Namespace: System.Web.Http.Query
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
ReadOnly Property QueryOperator As String
Get
'Usage
Dim instance As IStructuredQueryPart
Dim value As String
value = instance.QueryOperator
string QueryOperator { get; }
property String^ QueryOperator {
String^ get ();
}
abstract QueryOperator : string
function get QueryOperator () : String
Property Value
Type: System.String