ProcessDiagnosticInfo.IsPackaged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
bool
A Boolean value indicating whether or not this ProcessDiagnosticInfo instance has any related UWP information.
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|