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

Syntax

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

Return Value

Gets or sets the group.

See Also