Gets or sets OPCServerInfo

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

Syntax

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

See Also