Specifies a PropertyDefinitionList 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

See Also