DeviceGuard.CodeIntegrityPolicyEnforcementStatus 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.
Indicates the status of the Device Guard Code Integrity policy
public:
property Nullable<Microsoft::PowerShell::Commands::DeviceGuardConfigCodeIntegrityStatus> CodeIntegrityPolicyEnforcementStatus { Nullable<Microsoft::PowerShell::Commands::DeviceGuardConfigCodeIntegrityStatus> get(); };
public Microsoft.PowerShell.Commands.DeviceGuardConfigCodeIntegrityStatus? CodeIntegrityPolicyEnforcementStatus { get; }
member this.CodeIntegrityPolicyEnforcementStatus : Nullable<Microsoft.PowerShell.Commands.DeviceGuardConfigCodeIntegrityStatus>
Public ReadOnly Property CodeIntegrityPolicyEnforcementStatus As Nullable(Of DeviceGuardConfigCodeIntegrityStatus)