Gets the raw $count query value from the incoming request Uri if exists.
Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public string Count {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property String^ Count {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    internal: void set(String^ value);
}
member Count : string with get, internal set
Public Property Count As String
    Get
    Friend Set
End Property
Property Value
Type: System.String
See Also
ODataRawQueryOptions Class
System.Web.OData.Query Namespace
Return to top