Gets or sets the video url.

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

Syntax

C#
public string VideoUrl { get; }
Visual Basic
Public ReadOnly Property VideoUrl As String
	Get
Visual C++
public:
property String^ VideoUrl {
	String^ get ();
}
F#
member VideoUrl : string with get

Property Value

Type: String

See Also