Package.IsBundle Property

Definition

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.

Applies to

See also