PropertySetByType
Property set by enumeration
| Name | Description | Value |
|---|---|---|
| PROPERTY_SET_BY_TYPE_UNDEFINED | Undefined type. | 0 |
| PROPERTY_SET_BY_TYPE_SYSTEM | Set by system. | 1 |
| PROPERTY_SET_BY_TYPE_USER | Set by user. | 2 |
| PROPERTY_SET_BY_TYPE_AI | Set by AI. | 3 |
Runtime Access
This enumeration is available at runtime on the MFiles global object under the VaultEnums namespace. Access enum values using MFiles.VaultEnums.PropertySetByType.<value>.
Example:
const value =
MFiles.VaultEnums.PropertySetByType.PROPERTY_SET_BY_TYPE_UNDEFINED;
See also: MFiles Global Object