API Reference
Class
AdmxPolicyPresentationHealth
Per-policy summary of presentation elements and label binding for a language.
Inheritance
- Object
- AdmxPolicyPresentationHealth
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdmxPolicyPresentationHealth() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.