ProcessDiagnosticInfo.IsPackaged Property

Definition

Gets a Boolean value indicating whether or not this ProcessDiagnosticInfo instance has any related UWP information.

public:
 property bool IsPackaged { bool get(); };
bool IsPackaged();
public bool IsPackaged { get; }
var boolean = processDiagnosticInfo.isPackaged;
Public ReadOnly Property IsPackaged As Boolean

Property Value

Boolean

bool

A Boolean value indicating whether or not this ProcessDiagnosticInfo instance has any related UWP information.

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Applies to