Package.IsResourcePackage Property

Definition

Indicates whether the package is a resource package.

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

Property Value

Boolean

bool

A Boolean value that indicates whether the package is a resource package. TRUE indicates that the package is a resource package; otherwise FALSE.

Applies to

See also