Gets or sets if google analytics is enabled.

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

Syntax

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

Property Value

Type: Boolean

See Also