RetailMode
RetailMode
RetailMode
RetailMode
Class
Definition
Contains retail mode settings.
public : static class RetailModepublic static class RetailModePublic Static Class RetailMode// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
Properties
RetailModeEnabled RetailModeEnabled RetailModeEnabled RetailModeEnabled
Gets a value that indicates whether retail mode is enabled.
public : static PlatForm::Boolean RetailModeEnabled { get; }public static bool RetailModeEnabled { get; }Public Static ReadOnly Property RetailModeEnabled As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
true if retail mode is enabled; otherwise, false.