API Reference
Class
OfficePostureInfo
Consolidated Office macro and Protected View posture.
Inheritance
- Object
- OfficePostureInfo
Constructors
public OfficePostureInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerName { get; set; } #Computer name these values were collected for.
public String PolicyVersion { get; set; } #Detected Office policy version key (for example, 16.0) when available.
public Nullable<Boolean> PolicyRootPresent { get; set; } #True when Office policy root contains data for the selected version.
public List<OfficeApplicationPostureInfo> Applications { get; set; } #Application posture rows.
public Int32 MacroRestrictiveCount { get; set; } #Count of applications with restrictive macro policy configured.
public Int32 ProtectedViewRelaxedCount { get; set; } #Count of applications where any Protected View surface is relaxed/disabled by policy.