OPC Studio User's Guide and Reference
HelpLink Property (UAServiceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAServiceException Class : HelpLink Property
Syntax
'Declaration
 
Public Overrides Property HelpLink As String
'Usage
 
Dim instance As UAServiceException
Dim value As String
 
instance.HelpLink = value
 
value = instance.HelpLink
public override string HelpLink {get; set;}
public:
property String^ HelpLink {
   String^ get() override;
   void set (    String^ value) override;
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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