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

Syntax

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

See Also