IAppointmentAutoSaveOnFlush Property |
Should the model save on flush cache?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool AutoSaveOnFlush { get; set; }
Property AutoSaveOnFlush As Boolean
Get
Set
Dim instance As IAppointment
Dim value As Boolean
value = instance.AutoSaveOnFlush
instance.AutoSaveOnFlush = value
property bool AutoSaveOnFlush {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also