QuickOPC User's Guide and Reference
AdditionalInfo Property (_UAServiceResult)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAServiceResult Interface : AdditionalInfo Property
Additional diagnostic/debugging information associated with the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Property AdditionalInfo As String
'Usage
 
Dim instance As _UAServiceResult
Dim value As String
 
instance.AdditionalInfo = value
 
value = instance.AdditionalInfo
[NotNull()]
string AdditionalInfo {get; set;}
[NotNull()]
property String^ AdditionalInfo {
   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