SafetyEventDescription Property

A description of the event and why it was triggered.

Definition

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

Property Value

String

Exceptions

InvalidValueExceptionThrown if Description is null or an empty string.

See Also