IApplicationArchiveMaxRowCountReason Property |
Set the reason for the maximum row count limit
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring MaxRowCountReason { get; set; }
Property MaxRowCountReason As String
Get
Set
Dim instance As IApplicationArchive
Dim value As String
value = instance.MaxRowCountReason
instance.MaxRowCountReason = value
property String^ MaxRowCountReason {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also