Gets or sets the value indicating default google maps address which is used as a fallback option. If UserId is set then the default location is set to users country.

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

Syntax

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

Property Value

Type: String

See Also