IsEventLogMonitor Property
In This Topic
Indicates whether this object is a EventLogMonitor
Syntax
'Declaration
Public ReadOnly Property IsEventLogMonitor As Boolean
public bool IsEventLogMonitor {get;}
public:
property bool IsEventLogMonitor {
bool get();
}
See Also