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