edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ServerStringsItem Property

Gets a reference to a string at the given index.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public string this[
	int index
] { get; set; }

Parameters

index  Int32
Index

Return Value

String
String at the given index.

See Also