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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Transfer Namespace > ResultArguments Class : ErrorId Property
Gets or sets the error ID of the error.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Result)>
<DataMemberAttribute()>
<DefaultValueAttribute("")>
<DisplayAttribute(AutoGenerateField=False, 
   Order=3001, 
   ShortName="Error ID")>
<NotNullAttribute()>
Public Property ErrorId As String
'Usage
 
Dim instance As ResultArguments
Dim value As String
 
instance.ErrorId = value
 
value = instance.ErrorId
[ArgumentDirections(ArgumentDirections.Result)]
[DataMember()]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=3001, 
   ShortName="Error ID")]
[NotNull()]
public string ErrorId {get; set;}
[ArgumentDirections(ArgumentDirections.Result)]
[DataMember()]
[DefaultValue("")]
[Display(AutoGenerateField=false, 
   Order=3001, 
   ShortName="Error ID")]
[NotNull()]
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