EasComplianceResults.Compliant 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.
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
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.