Gets or sets the event category.

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

Syntax

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

See Also