DBTEAMPOLICIESOfficeAddInPolicyTag
Objective-C
enum DBTEAMPOLICIESOfficeAddInPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMPOLICIESOfficeAddInPolicyTag : Int, @unchecked Sendable
                The DBTEAMPOLICIESOfficeAddInPolicyTag enum type represents the possible
tag states with which the DBTEAMPOLICIESOfficeAddInPolicy union can exist.
- 
                  
                  
Office Add-In is disabled.
Declaration
Objective-C
DBTEAMPOLICIESOfficeAddInPolicyDisabledSwift
case disabled = 0 - 
                  
                  
Office Add-In is enabled.
Declaration
Objective-C
DBTEAMPOLICIESOfficeAddInPolicyEnabledSwift
case enabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESOfficeAddInPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMPOLICIESOfficeAddInPolicyTag Enumeration Reference