The type of renaming.

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

Syntax

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

See Also