RetailMode.RetailModeEnabled 属性

定义

获取一个值,该值指示是否启用零售模式。

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

属性值

Boolean

bool

如果启用了零售模式,则为 true;否则为 false。

属性

适用于