Defines the Category of the alarms that must be filtered
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use generic Categories property instead")] public Category Category { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use generic Categories property instead")> _ Public Property Category As Category Get Set |
| JScript |
|---|
function get Category () : Category function set Category (value : Category) |