PaginationCurrentPage Property |
Gets or sets the current page in the search.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int CurrentPage { get; set; }
Public Property CurrentPage As Integer
Get
Set
public:
property int CurrentPage {
int get ();
void set (int value);
}
member CurrentPage : int with get, set
Property Value
Type:
Int32
See Also