IProjectSuggestedAppointments Property |
Returns a collection of suggested appointments for this project
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 IProject
Dim value As ISuggestedAppointments
value = instance.SuggestedAppointments
property ISuggestedAppointments^ SuggestedAppointments {
ISuggestedAppointments^ get ();
}
Property Value
Type:
ISuggestedAppointments
See Also