Gets or sets the event category.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public byte CategoryCode { get; set; }
Visual Basic
Public Property CategoryCode As Byte
	Get
	Set
Visual C++
public:
property unsigned char CategoryCode {
	unsigned char get ();
	void set (unsigned char value);
}

See Also