Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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