Package.IsBundle 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 a bundle package.
public:
property bool IsBundle { bool get(); };
bool IsBundle();
public bool IsBundle { get; }
var boolean = package.isBundle;
Public ReadOnly Property IsBundle As Boolean
Property Value
Boolean
bool
A Boolean value that indicates whether the package is a bundle package. TRUE indicates that the package is a bundle package; otherwise FALSE.