QuickOPC User's Guide and Reference
HelpLink Property (UAServiceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAServiceException Class : HelpLink Property
Gets or sets a link to the help file associated with this exception.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Overrides Property HelpLink As String
'Usage
 
Dim instance As UAServiceException
Dim value As String
 
instance.HelpLink = value
 
value = instance.HelpLink
[DefaultValue("")]
public override string HelpLink {get; set;}
[DefaultValue("")]
public:
property String^ HelpLink {
   String^ get() override;
   void set (    String^ value) override;
}

Property Value

The Uniform Resource Name (URN) or Uniform Resource Locator (URL).
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

Reference

UAServiceException Class
UAServiceException Members
Base Implementation in HelpLink