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

Syntax

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

See Also