Gets or sets OPCConnection

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

C#
public OPCConnection OPCConnection { get; set; }
Visual Basic (Declaration)
Public Property OPCConnection As OPCConnection
Visual C++
public:
property OPCConnection^ OPCConnection {
	OPCConnection^ get ();
	void set (OPCConnection^ value);
}

See Also