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



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

Property Value

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

The default value of this property is null.

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 Source