QuickOPC User's Guide and Reference
ErrorMessageBrief Property (_OperationResult)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel.ComTypes Namespace > _OperationResult Interface : ErrorMessageBrief Property
The first line of the error message.
Syntax
'Declaration
 
<NotNullAttribute()>
ReadOnly Property ErrorMessageBrief As String
 
'Usage
 
Dim instance As _OperationResult
Dim value As String
 
value = instance.ErrorMessageBrief
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