Numeric offset between the old suffix and the new suffix. Ex. If _01 is the first file then an offset of -1 would translate that to _1000

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

Syntax

C#
public int NumericOffset { get; set; }
Visual Basic (Declaration)
Public Property NumericOffset As Integer
Visual C++
public:
property int NumericOffset {
	int get ();
	void set (int value);
}

See Also