Gets a localized string representing the Category property

Namespace:  Asi.iBO.Errors
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string CategoryString { get; }
Visual Basic (Declaration)
Public ReadOnly Property CategoryString As String
Visual C++
public:
property String^ CategoryString {
	String^ get ();
}

Remarks

If a localize string corresponding to the Category is not found, a localized version of the string "Unknown" is returned.

See Also