EasComplianceResults.Compliant Property

Definition

Note

EasComplianceResults may be unavailable for releases after Windows 10.

Returns the result of whether the computer is compliant with the EAS policies.

public:
 property bool Compliant { bool get(); };
bool Compliant();
public bool Compliant { get; }
var boolean = easComplianceResults.compliant;
Public ReadOnly Property Compliant As Boolean

Property Value

Boolean

bool

The result of whether the computer is compliant with the EAS policies. The Compliant property is set to TRUE if all of the policies being evaluated are compliant. Otherwise, it is set to FALSE.

Remarks

The mail app needs to scan through each evaluation result to determine the actual reason for not being compliant if the Compliant property is FALSE.

Applies to