IApplicationCurrentAppointment Property |
The most recently selected appointment.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIAppointment CurrentAppointment { get; }
ReadOnly Property CurrentAppointment As IAppointment
Get
Dim instance As IApplication
Dim value As IAppointment
value = instance.CurrentAppointment
property IAppointment^ CurrentAppointment {
IAppointment^ get ();
}
Property Value
Type:
IAppointment
See Also