RealTimeMonitorEventArgs.MonitorId Property
Gets the type of a real time monitor.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.RealTime
Assembly: RealTimeMonitor (in RealTimeMonitor.dll)
Syntax
public RealTimeMonitorType MonitorId { get; private set; }
public:
property RealTimeMonitorType MonitorId {
RealTimeMonitorType get();
private: void set(RealTimeMonitorType value);
}
Public Property MonitorId As RealTimeMonitorType
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.NetworkHealth.RealTime.RealTimeMonitorType
Returns RealTimeMonitorType.
See Also
RealTimeMonitorEventArgs Class
Microsoft.WindowsServerSolutions.NetworkHealth.RealTime Namespace
Return to top