Package.IsDevelopmentMode 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.
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.