Category Property (EventLogMonitor)
In This Topic
The category of events to trigger for
Syntax
'Declaration
Public Property Category As Integer
public int Category {get; set;}
public:
property int Category {
int get();
void set ( int value);
}
See Also