Name of the connection (ComPort) on which a device was detected

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also