RanorexRanorex Documentation
DefaultCategory Property
NamespacesRanorexReportDefaultCategory
Gets or sets the default report category to use if not explicitly specified when reporting messages.
Declaration Syntax
C#Visual BasicVisual C++
public static string DefaultCategory { get; set; }
Public Shared Property DefaultCategory As String
	Get
	Set
public:
static property String^ DefaultCategory {
	String^ get ();
	void set (String^ value);
}
Property Value
String
The default category name.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)