OSICmdletBaseWithConnection.Connection Property
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
public virtual ClientChannel Connection { get; set; }
Public Overridable Property Connection As ClientChannel Get Set Dim instance As OSICmdletBaseWithConnection Dim value As ClientChannel value = instance.Connection instance.Connection = value
public: virtual property ClientChannel^ Connection { ClientChannel^ get (); void set (ClientChannel^ value); }
abstract Connection : ClientChannel with get, set override Connection : ClientChannel with get, set