Redirect URL for mobile clients.

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

Syntax

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

Property Value

Type: String

See Also