OPC Studio User's Guide and Reference
ErrorId Property (OperationResult)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.OperationModel Namespace > OperationResult Class : ErrorId Property
Gets or sets the error ID of the error.
Syntax
'Declaration
 
<ColumnDisplayAttribute(1)>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=93, 
   ShortName="Error ID")>
Public Property ErrorId As String
 
'Usage
 
Dim instance As OperationResult
Dim value As String
 
instance.ErrorId = value
 
value = instance.ErrorId
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