Set the filename to start at.

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

Syntax

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

See Also