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

Syntax

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

See Also