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