NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PagedDataSource.Count

Returns the number of items to be used from the datasource. This takes into account several factors such as paged/non-paged modes, custom paging, and last page.

[Visual Basic]
Overridable Public ReadOnly Property Count As Integer
[C#]
public int Count {virtual get;}
[C++]
public: __property virtual int get_Count();
[JScript]
public function get Count() : int;

See Also

PagedDataSource Class | PagedDataSource Members | System.Web.UI.WebControls Namespace