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

Syntax

C#
bool ShowHiddenFiles { get; set; }
Visual Basic
Property ShowHiddenFiles As Boolean
	Get
	Set
Visual C++
property bool ShowHiddenFiles {
	bool get ();
	void set (bool value);
}

See Also