DiagnosticAccessStatus Enum
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.
Indicates if your app has permission to access to UWP app diagnostic information.
public enum class DiagnosticAccessStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class DiagnosticAccessStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum DiagnosticAccessStatus
var value = Windows.System.DiagnosticAccessStatus.unspecified
Public Enum DiagnosticAccessStatus
- Inheritance
-
DiagnosticAccessStatus
- Attributes
Windows requirements
Device family |
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v5.0)
|
App capabilities |
appDiagnostics
|
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | Diagnostic access is unspecified. |
Denied | 1 | Diagnostic access is denied for all app packages. |
Limited | 2 | Diagnostic access is allowed for this app package only. |
Allowed | 3 | Diagnostic access is allowed for all app packages. |