PackageStatus.Modified Property

Definition

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.

Applies to