OPC Studio User's Guide and Reference
Configuration Property (UAConnectivityCore)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAConnectivityCore Class : Configuration Property
The configuration data.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<NotNullAttribute()>
Public Property Configuration As UAConnectivityConfiguration
'Usage
 
Dim instance As UAConnectivityCore
Dim value As UAConnectivityConfiguration
 
instance.Configuration = value
 
value = instance.Configuration
[Browsable(false)]
[NotNull()]
public UAConnectivityConfiguration Configuration {get; set;}
[Browsable(false)]
[NotNull()]
public:
property UAConnectivityConfiguration^ Configuration {
   UAConnectivityConfiguration^ get();
   void set (    UAConnectivityConfiguration^ value);
}

Property Value

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

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