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.
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