PreviewBuildsState.Properties 属性

定义

包含与 PreviewBuildsState 关联的属性,以便向 WindowsInsiderProgram 注册设备。

public:
 property ValueSet ^ Properties { ValueSet ^ get(); };
ValueSet Properties();
public ValueSet Properties { get; }
var valueSet = previewBuildsState.properties;
Public ReadOnly Property Properties As ValueSet

属性值

属性的 ValueSet。

注解

属性值包括:

名称 类型 说明
ActivationCode String 必须输入 Windows 预览体验计划设备门户才能选择其设备加入计划的激活代码。
ActivationCodeExpirationDateTime DateTime 激活代码的到期日期。 一旦此激活代码过期,必须请求新的激活代码。
ErrorMessage String 应向用户显示一条消息,告知其设备配置问题。
PreviewBuildsEnabled Integer 大于 0 的值指示设备当前已选择加入 Windows 预览体验计划,并接收预览版。
StatusMessage String 应向用户显示一条消息,告知他们常规信息。

适用于