  | PagingPredicatePage Property  | 
 
            Current page index
            
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntaxpublic int Page { get; set; }Public Property Page As Integer
	Get
	Set
public:
property int Page {
	int get ();
	void set (int value);
}member Page : int with get, set
Property Value
Type: 
Int32
See Also