ISuggestedAppointmentsItem Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISuggestedAppointment this[
int Index = 0
] { get; }
ReadOnly Default Property Item (
Optional Index As Integer = 0
) As ISuggestedAppointment
Get
Dim instance As ISuggestedAppointments
Dim Index As Integer
Dim value As ISuggestedAppointment
value = instance(Index)
property ISuggestedAppointment^ default[[InAttribute] int Index = 0] {
ISuggestedAppointment^ get ([InAttribute] int Index = 0);
}
Parameters
- Index (Optional)
- Type: SystemInt32
Property Value
Type:
ISuggestedAppointment
See Also