PackageVolume.IsRepairNeeded Method

Definition

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.

Applies to

See also