PackageStatus.Modified 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 missing files, system information, etc.
public:
property bool Modified { bool get(); };
bool Modified();
public bool Modified { get; }
var boolean = packageStatus.modified;
Public ReadOnly Property Modified As Boolean
Property Value
Boolean
bool
TRUE indicates that there is a problem with the package such as missing files; otherwise FALSE.