M-Files API 23.11.13135.0
Required Property
AssociatedPropertyDef Object : Required Property
Description
Specifies whether the associated property definition is required.
Property type
Read-write property
Syntax
Visual Basic
Public Property Required As Boolean
Return Type
Returns true if the property definition is required for objects of a class.
Remarks
If the associated property definition is required, objects of the class must define a value for the property. If the associated property definition is not required, the user may remove the property values from objects of the class, or leave them empty.
See Also

AssociatedPropertyDef Object  | AssociatedPropertyDef Members