RetailMode.RetailModeEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob der Einzelhandelsmodus aktiviert ist.

public:
 static property bool RetailModeEnabled { bool get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Use Windows.System.Profile.IRetailInfoStatics instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")]
static bool RetailModeEnabled();
public static bool RetailModeEnabled { [Windows.Foundation.Metadata.Deprecated("Use Windows.System.Profile.IRetailInfoStatics instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")] get; }
var boolean = RetailMode.retailModeEnabled;
Public Shared ReadOnly Property RetailModeEnabled As Boolean

Eigenschaftswert

Boolean

bool

TRUE, wenn der Einzelhandelsmodus aktiviert ist; Andernfalls false.

Attribute

Gilt für: