Catalyst File Transfer .NET

InternetDialer.PhoneBookEntryArray.Item Property

Gets the name of a phonebook entry.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As String
[C#]
public string this[
   int index
] {get;}

Parameters

index
An integer value which specifies the index into the property array.

Property Value

A string which specifies the name of a phonebook entry.

See Also

InternetDialer.PhoneBookEntryArray Class | SocketTools Namespace