Gets Google Analytics Javascript that is included if account is provided in application settings - user.config file.

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

Syntax

C#
public static string _googleAnalyticsScript { get; }
Visual Basic
Public Shared ReadOnly Property _googleAnalyticsScript As String
	Get
Visual C++
public:
static property String^ _googleAnalyticsScript {
	String^ get ();
}
F#
static member _googleAnalyticsScript : string with get

Property Value

Type: String

See Also