Compartilhar via


IStructuredQueryPart.QueryOperator Property

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

See Also

Reference

IStructuredQueryPart Interface

System.Web.Http.Query Namespace