Safety EventDescription Property
A description of the event and why it was triggered.
Definition
Namespace: SafetyMonitorExtension
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+8d164eea21d4f186c9b409ea67adf7b992bb9b6b
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+8d164eea21d4f186c9b409ea67adf7b992bb9b6b
C#
public string Description { get; set; }VB
Public Property Description As String
Get
SetProperty Value
StringExceptions
| InvalidValueException | Thrown if Description is null or an empty string. |