PackageVolume.IsRepairNeeded Method
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.
Determines whether or not a call to PackageVolume.Repair is needed. IsRepairNeeded doesn't require admin privilege.
public:
virtual bool IsRepairNeeded() = IsRepairNeeded;
bool IsRepairNeeded();
public bool IsRepairNeeded();
function isRepairNeeded()
Public Function IsRepairNeeded () As Boolean
Returns
Boolean
bool
true
if the package volume is damaged and needs to be repaired; otherwise, false
.