IAppointmentAllDayEvent Property |
AllDayEvent - Is this an all day event: FALSE = No, TRUE = Yes.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool AllDayEvent { get; set; }
Property AllDayEvent As Boolean
Get
Set
Dim instance As IAppointment
Dim value As Boolean
value = instance.AllDayEvent
instance.AllDayEvent = value
property bool AllDayEvent {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also