QuickOPC User's Guide and Reference
StatusInfo Property (_DAVtqResult)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.OperationModel.ComTypes Namespace > _DAVtqResult Interface : StatusInfo Property
Status information.
Syntax
'Declaration
 
ReadOnly Property StatusInfo As StatusInfo
'Usage
 
Dim instance As _DAVtqResult
Dim value As StatusInfo
 
value = instance.StatusInfo
StatusInfo StatusInfo {get;}
property StatusInfo StatusInfo {
   StatusInfo get();
}
Remarks
When the result represents a failure, the status information is OpcLabs.BaseLib.Data.StatusInfo.Unknown. When the result represents a success, the status information depends on the quality of the Vtq.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also