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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UAClientEngineException Interface : Source Property
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property Source As String
'Usage
 
Dim instance As _UAClientEngineException
Dim value As String
 
instance.Source = value
 
value = instance.Source
[CanBeNull()]
string Source {get; set;}
[CanBeNull()]
property String^ Source {
   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