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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UAClientEngineException Interface : HelpLink Property
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property HelpLink As String
'Usage
 
Dim instance As _UAClientEngineException
Dim value As String
 
instance.HelpLink = value
 
value = instance.HelpLink
[CanBeNull()]
string HelpLink {get; set;}
[CanBeNull()]
property String^ HelpLink {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

_UAClientEngineException Interface
_UAClientEngineException Members