Safety EventDescription Property
A description of the event and why it was triggered.
Definition
Namespace: SafetyMonitorExtension
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+d75ea7ab874235e354c93329218ac96a84f66202
Assembly: SafetyMonitoExtension (in SafetyMonitoExtension.dll) Version: 0.1+d75ea7ab874235e354c93329218ac96a84f66202
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. |