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