[Missing <summary> documentation for "P:KetLabs.FTP.FtpFileInfo.Group"]

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

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

See Also