DeploymentResult.IsRegistered Property

Definition

Describes whether or not the package is fully registered and ready to use.

public:
 property bool IsRegistered { bool get(); };
bool IsRegistered();
public bool IsRegistered { get; }
var boolean = deploymentResult.isRegistered;
Public ReadOnly Property IsRegistered As Boolean

Property Value

Boolean

bool

true if the package is registered; otherwise, false.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

See also