API endpoint URL.

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

Syntax

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

Property Value

Type: String

See Also