Gets or sets the video file extension.

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

Syntax

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

Property Value

Type: String

See Also