Share via


CountQueryOption.Value Property

 

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