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.
Gets the value of the $count in a parsed form.
Namespace: System.Web.OData.Query
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public bool Value { get; }
public:
property bool Value {
bool get();
}
member Value : bool with get
Public ReadOnly Property Value As Boolean
Property Value
Type: System.Boolean
See Also
CountQueryOption Class
System.Web.OData.Query Namespace
Return to top