StagePackageOptions.DeveloperMode 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.
Gets or sets a value that indicates whether the app is installed in developer mode.
public:
property bool DeveloperMode { bool get(); void set(bool value); };
bool DeveloperMode();
void DeveloperMode(bool value);
public bool DeveloperMode { get; set; }
var boolean = stagePackageOptions.developerMode;
stagePackageOptions.developerMode = boolean;
Public Property DeveloperMode As Boolean
Property Value
Boolean
bool
TRUE to install the app in developer mode; otherwise, FALSE.
Remarks
For more information, see the details about development mode in the remarks section of DeploymentOptions.