CMIOExtensionPropertyState
An object that describes the state of a property.
Declaration
class CMIOExtensionPropertyState<ObjectType> where ObjectType : AnyObjectOverview
Create a property state object by specifying the type of data it stores, which must be a NSString, NSNumber, NSDictionary, NSArray, or NSData. You can optionally specify attributes that restrict the range of values a property allows.