edtFTPnet/Free - Open-source FTP component for .NET | Download
Gets a reference to a string at the given index.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public string this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As String
	Get
	Set
Visual C++
public:
property String^ default[int index] {
	String^ get (int index);
	void set (int index, String^ value);
}

Parameters

index
Type: System..::..Int32
Index

Return Value

String at the given index.

See Also