Click or drag to resize
PropertyDefinition Properties

The PropertyDefinition type exposes the following members.

Properties
  Name Description
Public property DataType
/Gets the DataType of the property value.
Public property DefaultValue
Gets or sets the default value of the property.
Public property DefinitionId
Gets a unique identifier for the definition.
Public property IsGlobal
Gets a value indicating if the property is automatically assigned to all entities of PropertyType.
Public property IsMultiLanguage
Gets or sets a value indicating if the property value supports multiple languages.
Public property IsRequired
Gets or sets a property indicating if the property's value is required. Only used for global properties.
Public property IsSystem
Gets a value indicating if the property is a system property and cannot be modified.
Public property Name
Gets the name of the property.
Public property PropertyType
Gets the PropertyType of the property.
Top
See Also