ISuggestedAppointmentAutosuggest Property |
Returns true if the item has set the flag for automatically suggest this when the former item is completed
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool Autosuggest { get; }
ReadOnly Property Autosuggest As Boolean
Get
Dim instance As ISuggestedAppointment
Dim value As Boolean
value = instance.Autosuggest
property bool Autosuggest {
bool get ();
}
Property Value
Type:
Boolean
See Also