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+8d164eea21d4f186c9b409ea67adf7b992bb9b6b
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+8d164eea21d4f186c9b409ea67adf7b992bb9b6b
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. |