ISuggestedAppointmentInstance Property |
Returns an IAppointment object if an instance has been created from this suggested appointment
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOAppointment Instance { get; }
ReadOnly Property Instance As SOAppointment
Get
Dim instance As ISuggestedAppointment
Dim value As SOAppointment
value = instance.Instance
property SOAppointment^ Instance {
SOAppointment^ get ();
}
Property Value
Type:
SOAppointment
See Also