Working path for the conversion process.

Namespace: MonoSoftware.MonoX.Video
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string WorkingPath { get; set; }
Visual Basic
Public Property WorkingPath As String
	Get
	Set
Visual C++
public:
property String^ WorkingPath {
	String^ get ();
	void set (String^ value);
}
F#
member WorkingPath : string with get, set

Property Value

Type: String

See Also