Share via


RegisterPackageOptions.DeveloperMode Property

Definition

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 = registerPackageOptions.developerMode;
registerPackageOptions.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.

Applies to

See also