OPC Studio User's Guide and Reference
CurrentConnectivity Property



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > PointBinding Class : CurrentConnectivity Property
The connectivity this binding is currently using; null if the binding is not using any connectivity.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<CanBeNullAttribute()>
Public Property CurrentConnectivity As IConnectivity
'Usage
 
Dim instance As PointBinding
Dim value As IConnectivity
 
instance.CurrentConnectivity = value
 
value = instance.CurrentConnectivity
[Browsable(false)]
[CanBeNull()]
public IConnectivity CurrentConnectivity {get; set;}
[Browsable(false)]
[CanBeNull()]
public:
property IConnectivity^ CurrentConnectivity {
   IConnectivity^ get();
   void set (    IConnectivity^ value);
}

Property Value

This value of this property can 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