SafetyEventSource Property

The name of the application, device, or driver that generated the event.

Definition

Namespace: SafetyMonitorExtension
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+d75ea7ab874235e354c93329218ac96a84f66202
C#
public string Source { get; set; }

Property Value

String

Exceptions

InvalidValueExceptionThrown if Source is null or an empty string.

See Also