PreviewBuildsManager.ArePreviewBuildsAllowed 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.
A boolean value describing whether preview builds are allowed on the device.
public:
property bool ArePreviewBuildsAllowed { bool get(); void set(bool value); };
bool ArePreviewBuildsAllowed();
void ArePreviewBuildsAllowed(bool value);
public bool ArePreviewBuildsAllowed { get; set; }
var boolean = previewBuildsManager.arePreviewBuildsAllowed;
previewBuildsManager.arePreviewBuildsAllowed = boolean;
Public Property ArePreviewBuildsAllowed As Boolean
Property Value
Boolean
bool
True if preview builds are allowed; False if preview builds are not allowed.
Remarks
The caller can set this property to True. Note that this is updated when the user opts in on the Windows Insider Program Device Portal page.