IAppointmentFreeBusy Property |
FreeBusy - What kind of time is this: 0 = Busy, 1 = Free.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEnFreeBusy FreeBusy { get; set; }
Property FreeBusy As EnFreeBusy
Get
Set
Dim instance As IAppointment
Dim value As EnFreeBusy
value = instance.FreeBusy
instance.FreeBusy = value
property EnFreeBusy FreeBusy {
EnFreeBusy get ();
void set (EnFreeBusy value);
}
Property Value
Type:
EnFreeBusy
See Also