Fail if no photos have been enqueued to process

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

Syntax

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

See Also