Package.IsDevelopmentMode Property

Definition

Indicates whether the package is installed in development mode.

public:
 property bool IsDevelopmentMode { bool get(); };
bool IsDevelopmentMode();
public bool IsDevelopmentMode { get; }
var boolean = package.isDevelopmentMode;
Public ReadOnly Property IsDevelopmentMode As Boolean

Property Value

Boolean

bool

A Boolean value that indicates whether the package is installed in development mode. TRUE indicates that the package is installed in development mode; otherwise FALSE.

Applies to

See also