For PropertyDescription and PropertyDefinition object types, this property is read-only:
- For PropertyDescriptionObject and PropertyDefinitionObject objects only, this property can have any Cardinality constant value: SINGLE, ENUM, or LIST.
- For all other PropertyDescription and PropertyDefinition object types, this property must have a value of SINGLE or LIST.
For PropertyTemplate object types, this property is settable on create:
- For PropertyTemplateObject objects only, this property must have a value of SINGLE or ENUM. You can only create a custom object-valued property that has single or enumeration cardinality; list cardinality is allowed for system object-valued properties only.
- For all other PropertyTemplate object types, this property must have a value of SINGLE or LIST.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Cardinality As Cardinality |
C# |
---|
Cardinality Cardinality { get; } |
Visual C++ |
---|
property Cardinality Cardinality { Cardinality get (); } |
JavaScript |
---|
function get_cardinality(); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ