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)

ToggleSyntax

Visual Basic (Declaration)
Property PropertyDefinitions As IPropertyDefinitionList
C#
IPropertyDefinitionList PropertyDefinitions { get; set; }
Visual C++
property IPropertyDefinitionList^ PropertyDefinitions {
	IPropertyDefinitionList^ get ();
	void set (IPropertyDefinitionList^ value);
}
JavaScript
function get_propertyDefinitions();
function set_propertyDefinitions(value);

ToggleRemarks

ToggleSee Also