API Reference
Class
AdmxPolicyPresentationHealth
Per-policy summary of presentation elements and label binding for a language.
Inheritance
- Object
- AdmxPolicyPresentationHealth
Constructors
public AdmxPolicyPresentationHealth() #Inherited Methods
Properties
public String PolicyName { get; set; } #Policy identifier or name.
public Int32 Elements { get; set; } #Total presentation elements for the policy.
public Int32 MissingLabels { get; set; } #Count of elements without a resolved label.
public Int32 ControlsWithRef { get; set; } #Number of presentation controls referencing string IDs.
public Int32 ControlsBound { get; set; } #Number of controls successfully bound to labels.
public Int32 ControlsUnbound { get; set; } #Number of controls that could not be bound to labels.