IActivityLinksAppointments Property |
The list of appointments attached to the appointment/sale/document/project
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIAppointments2 Appointments { get; }
ReadOnly Property Appointments As IAppointments2
Get
Dim instance As IActivityLinks
Dim value As IAppointments2
value = instance.Appointments
property IAppointments2^ Appointments {
IAppointments2^ get ();
}
Property Value
Type:
IAppointments2
See Also