Gets or sets the value indicating if google maps markers should be used to indicate the selected address.

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

Syntax

C#
public bool EnableMarker { get; set; }
Visual Basic
Public Property EnableMarker As Boolean
	Get
	Set
Visual C++
public:
property bool EnableMarker {
	bool get ();
	void set (bool value);
}
F#
member EnableMarker : bool with get, set

Property Value

Type: Boolean

See Also