Safety EventName 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
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+d75ea7ab874235e354c93329218ac96a84f66202
C#
public string Name { get; set; }VB
Public Property Name As String
Get
SetProperty Value
StringRemarks
Each name must have an associated unique Id to allow disambiguation from events generated by other sources.
Exceptions
| InvalidValueException | Thrown if Name is null or an empty string. |