Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RetailInfo.IsDemoModeEnabled Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?