SOApplicationClassCurrentAppointment Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual IAppointment CurrentAppointment { get; }
Public Overridable ReadOnly Property CurrentAppointment As IAppointment
Get
Dim instance As SOApplicationClass
Dim value As IAppointment
value = instance.CurrentAppointment
public:
virtual property IAppointment^ CurrentAppointment {
IAppointment^ get ();
}
Property Value
Type:
IAppointmentImplements
IApplicationCurrentAppointment
See Also