FormDataSource.__maxPagingRowCountValue_IntImpl__ 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_IntImpl__() | |
__maxPagingRowCountValue_IntImpl__(Int64) |
__maxPagingRowCountValue_IntImpl__()
public:
virtual long __maxPagingRowCountValue_IntImpl__();
public virtual long __maxPagingRowCountValue_IntImpl__ ();
abstract member __maxPagingRowCountValue_IntImpl__ : unit -> int64
override this.__maxPagingRowCountValue_IntImpl__ : unit -> int64
Public Overridable Function __maxPagingRowCountValue_IntImpl__ () As Long
Returns
Applies to
__maxPagingRowCountValue_IntImpl__(Int64)
public:
virtual long __maxPagingRowCountValue_IntImpl__(long _newValue);
public virtual long __maxPagingRowCountValue_IntImpl__ (long _newValue);
abstract member __maxPagingRowCountValue_IntImpl__ : int64 -> int64
override this.__maxPagingRowCountValue_IntImpl__ : int64 -> int64
Public Overridable Function __maxPagingRowCountValue_IntImpl__ (_newValue As Long) As Long
Parameters
- _newValue
- Int64