Url for the RpxNow API. Default setting is https://rpxnow.com/api/v2/

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

Syntax

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

Property Value

Type: String

See Also