Specifies a
object containing an ordered collection of all of the property definitions belonging to this class definition.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property PropertyDefinitions As IPropertyDefinitionList |
C# |
---|
IPropertyDefinitionList PropertyDefinitions { get; set; } |
C++ |
---|
property IPropertyDefinitionList PropertyDefinitions abstract { IPropertyDefinitionList get(); void set(IPropertyDefinitionList value); } |
J# |
---|
/** property */ public IPropertyDefinitionList get_PropertyDefinitions(); /** property */ public void set_PropertyDefinitions(IPropertyDefinitionList value); |
JScript |
---|
public function get PropertyDefinitions() : IPropertyDefinitionList public function set PropertyDefinitions(value : IPropertyDefinitionList); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: PropertyDefinition
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ