PackageStatus.Tampered 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 may have been tampered with.
public:
property bool Tampered { bool get(); };
bool Tampered();
public bool Tampered { get; }
var boolean = packageStatus.tampered;
Public ReadOnly Property Tampered As Boolean
Property Value
Boolean
bool
TRUE indicates that the package has been tampered with; otherwise FALSE.
Remarks
One reason a package may return TRUE for this property is if 3rd party anti-malware software flags the package as malware.