Gets or sets the total runtime in seconds.

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

Syntax

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

Field Value

The total runtime.

See Also