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

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

Syntax

C#
public int LinkCount { get; set; }
Visual Basic
Public Property LinkCount As Integer
	Get
	Set
Visual C++
public:
property int LinkCount {
	int get ();
	void set (int value);
}

Return Value

Returns or sets the number of links to the file

See Also