RetailInfo.IsDemoModeEnabled Property

Definition

Determines whether the device where the app is running has specifically enabled its retail demo mode.

public:
 static property bool IsDemoModeEnabled { bool get(); };
static bool IsDemoModeEnabled();
public static bool IsDemoModeEnabled { get; }
var boolean = RetailInfo.isDemoModeEnabled;
Public Shared ReadOnly Property IsDemoModeEnabled As Boolean

Property Value

Boolean

bool

true if the device where the app is running has specifically enabled its retail demo mode, otherwise false.

Applies to