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
DBTEAMPOLICIESOfficeAddInPolicyDisabled
Swift
case disabled = 0
-
Office Add-In is enabled.
Declaration
Objective-C
DBTEAMPOLICIESOfficeAddInPolicyEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESOfficeAddInPolicyOther
Swift
case other = 2