Sets the numeric base for the rename sequence

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

Syntax

C#
public long NumbericSequenceBase { get; set; }
Visual Basic (Declaration)
Public Property NumbericSequenceBase As Long
Visual C++
public:
property long long NumbericSequenceBase {
	long long get ();
	void set (long long value);
}

See Also