QuickOPC User's Guide and Reference
ErrorId Property (OperationResult)



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
[ColumnDisplay(1)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=93, 
   ShortName="Error ID")]
public string ErrorId {get; set;}
[ColumnDisplay(1)]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=93, 
   ShortName="Error ID")]
public:
property String^ ErrorId {
   String^ get();
   void set (    String^ value);
}
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