IAppointmentTask Property |
Appointment task type - list item - table enTableTask=67
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItem Task { get; set; }
Property Task As IListTextItem
Get
Set
Dim instance As IAppointment
Dim value As IListTextItem
value = instance.Task
instance.Task = value
property IListTextItem^ Task {
IListTextItem^ get ();
void set (IListTextItem^ value);
}
Property Value
Type:
IListTextItem
See Also