FormDataSource.maxPagingRowCountValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
maxPagingRowCountValue() | |
maxPagingRowCountValue(Int64) |
maxPagingRowCountValue()
public:
virtual long maxPagingRowCountValue();
public virtual long maxPagingRowCountValue ();
abstract member maxPagingRowCountValue : unit -> int64
override this.maxPagingRowCountValue : unit -> int64
Public Overridable Function maxPagingRowCountValue () As Long
Returns
Applies to
maxPagingRowCountValue(Int64)
public:
virtual long maxPagingRowCountValue(long _newValue);
public virtual long maxPagingRowCountValue (long _newValue);
abstract member maxPagingRowCountValue : int64 -> int64
override this.maxPagingRowCountValue : int64 -> int64
Public Overridable Function maxPagingRowCountValue (_newValue As Long) As Long
Parameters
- _newValue
- Int64