Inherits from NSObject
Conforms to NSCoding
Declared in AlfrescoProperty.h

Tasks

Properties

isMultiValued

Specifies whether the property value is multi-valued.

@property (nonatomic, assign, readonly) BOOL isMultiValued

Discussion

Specifies whether the property value is multi-valued.

Declared In

AlfrescoProperty.h

type

The data type of the property

@property (nonatomic, assign, readonly) AlfrescoPropertyType type

Discussion

The data type of the property

Declared In

AlfrescoProperty.h

value

The value of the property.

@property (nonatomic, strong, readonly) id value

Discussion

The value of the property.

Declared In

AlfrescoProperty.h