SafetyEventName Property

A short name for what is being monitored e.g. "Mains Supply Voltage", "12V Regulated Voltage", "Perimeter Alarm", "Wind Speed".

Definition

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

Property Value

String

Remarks

Each name must have an associated unique Id to allow disambiguation from events generated by other sources.

Exceptions

InvalidValueExceptionThrown if Name is null or an empty string.

See Also