A device name so the user can identify the device in the UI

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

Syntax

C#
string DeviceName { get; }
Visual Basic (Declaration)
ReadOnly Property DeviceName As String
Visual C++
property String^ DeviceName {
	String^ get ();
}

See Also