'Declaration
<XmlIgnoreAttribute()> Public Overridable ReadOnly Property StatusInfo As StatusInfo
'Usage
Dim instance As EasyUADataSetFieldMessageEventArgs Dim value As StatusInfo value = instance.StatusInfo
[XmlIgnore()] public virtual StatusInfo StatusInfo {get;}
[XmlIgnore()] public: virtual property StatusInfo StatusInfo { StatusInfo get(); }
Property Value
Contains OpcLabs.BaseLib.Data.StatusInfo.Unknown when the event arguments represent a failure (non-null System.Exception). When the event arguments represent a success, the status information is determined from theStatusCode
of the FieldData (if present), or whatever represents the actual notification contents.
The default value of this property is Unknown (StatusInfo.Unknown)
.