M-Files API 23.11.13135.0
AssociatedPropertyDef Object
Members 
Description
The AssociatedPropertyDef class represents the property definition of a class.
Public Methods
Creates a copy of the object.
Public Properties
The ID of the associated property definition.
Specifies whether the associated property definition is required.
Remarks

The AssociatedPropertyDef object connects a single property definition to an object class.

Object classes can have both required and optional property definitions. This class defines the association type and the associated property definition for an object class. The property definition is identified by its ID and the association type is a Boolean value. Use the VaultPropertyDefOperations interface to resolve the PropertyDef object for the property ID.

 

 

A single associated property definition (highlighted with the green rectangle) as seen in the user interface of M-Files Admin.

See Also

AssociatedPropertyDef Members  | ObjectClass Object