PreviewBuildsManager.ArePreviewBuildsAllowed Property

Definition

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.

Applies to