| EventInformationAlarmDetails Property |
diaGlobWrapper Help
Returns details of the alarm raised within the channel. This value is returned when a ChannelAlarm event is raised.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic AlarmInfo AlarmDetails { get; }Public ReadOnly Property AlarmDetails As AlarmInfo
Get
public:
property AlarmInfo^ AlarmDetails {
AlarmInfo^ get ();
}member AlarmDetails : AlarmInfo with get
Property Value
Type:
AlarmInfo
See Also