PreviewBuildsState.Properties 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.
Contains properties associated with a PreviewBuildsState for registering a device with the WindowsInsiderProgram.
public:
property ValueSet ^ Properties { ValueSet ^ get(); };
ValueSet Properties();
public ValueSet Properties { get; }
var valueSet = previewBuildsState.properties;
Public ReadOnly Property Properties As ValueSet
Property Value
A ValueSet of properties.
Remarks
Property values include:
Name | Type | Description |
---|---|---|
ActivationCode | String | The activation code that must be entered into the Windows Insider Program Device Portal to opt their device into the program. |
ActivationCodeExpirationDateTime | DateTime | The expiration date of the activation code. A new activation code must be requested once this one has expired. |
ErrorMessage | String | A message that should be displayed to the user to inform them of issues with their device configuration. |
PreviewBuildsEnabled | Integer | A value greater than 0 indicates that the device is currently opted into the Windows Insider Program and will receive preview builds. |
StatusMessage | String | A message that should be displayed to the user to inform them of general information. |