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