diff --git a/Source/CSharpAnalytics/AutoMeasurement/AutoMeasurement.cs b/Source/CSharpAnalytics/AutoMeasurement/AutoMeasurement.cs
index bd1dda9..c84d67a 100644
--- a/Source/CSharpAnalytics/AutoMeasurement/AutoMeasurement.cs
+++ b/Source/CSharpAnalytics/AutoMeasurement/AutoMeasurement.cs
@@ -15,6 +15,17 @@ public static class AutoMeasurement
{
private static BaseAutoMeasurement _instance;
+ ///
+ /// Gets a value indicating whether this is initialized.
+ ///
+ ///
+ /// true if initialized; otherwise, false.
+ ///
+ public static bool Initialized
+ {
+ get { return _instance != null; }
+ }
+
///
/// The implementation of to use when calling methods and properties
/// on . Built-in types are and