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