Creates and returns a new property definition object based on this property template. To create a new user-defined property on a particular class, add this property definition object to the class definition's PropertyDefinitions collection.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Function CreateClassProperty As IPropertyDefinition
C#
IPropertyDefinition CreateClassProperty()
Visual C++
IPropertyDefinition^ CreateClassProperty()
JavaScript
function createClassProperty();

Return Value

An object instance of a PropertyDefinition subclass (PropertyDefinitionBinary, for example).

ToggleSee Also