ISaleSuggestedAppointments Property |
Retrieves the collection of Suggested Appointments for this sale
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISuggestedAppointments SuggestedAppointments { get; }
ReadOnly Property SuggestedAppointments As ISuggestedAppointments
Get
Dim instance As ISale
Dim value As ISuggestedAppointments
value = instance.SuggestedAppointments
property ISuggestedAppointments^ SuggestedAppointments {
ISuggestedAppointments^ get ();
}
Property Value
Type:
ISuggestedAppointments
See Also