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

Syntax

C#
public string Detail { get; set; }
Visual Basic
Public Property Detail As String
	Get
	Set
Visual C++
public:
property String^ Detail {
	String^ get ();
	void set (String^ value);
}

See Also