Share via


PackageCatalogAddResourcePackageResult.IsComplete Property

Definition

A boolean value that specifies if the resource package has been completely addded to an app.

public:
 property bool IsComplete { bool get(); };
bool IsComplete();
public bool IsComplete { get; }
var boolean = packageCatalogAddResourcePackageResult.isComplete;
Public ReadOnly Property IsComplete As Boolean

Property Value

Boolean

bool

True if the resource package is completely added; False otherwise.

Applies to