Require at least one line of data in text file. True by default.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool RequireOneLineOfData { get; set; }
Visual Basic (Declaration)
Public Property RequireOneLineOfData As Boolean
Visual C++
public:
property bool RequireOneLineOfData {
	bool get ();
	void set (bool value);
}

See Also