InlineCountQueryOption.Value Property
Gets the value of the $inlinecount in a parsed form.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public InlineCountValue Value { get; }
public:
property InlineCountValue Value {
InlineCountValue get();
}
member Value : InlineCountValue with get
Public ReadOnly Property Value As InlineCountValue
Property Value
Type: System.Web.Http.OData.Query.InlineCountValue
See Also
InlineCountQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top