edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Gets a reference to a string at the given index.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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