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

Syntax

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

Property Value

Type: String

See Also