IApplicationArchiveMaxRowCount Property |
Set maximum row count limit
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint MaxRowCount { get; set; }
Property MaxRowCount As Integer
Get
Set
Dim instance As IApplicationArchive
Dim value As Integer
value = instance.MaxRowCount
instance.MaxRowCount = value
property int MaxRowCount {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also