IApplicationArchiveUseDbSorts Property |
Tell archive to use the database to order by
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool UseDbSorts { get; set; }
Property UseDbSorts As Boolean
Get
Set
Dim instance As IApplicationArchive
Dim value As Boolean
value = instance.UseDbSorts
instance.UseDbSorts = value
property bool UseDbSorts {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also