3.2.1.6.5 Property Definition Instance

The server maintains a single property definition instance for each name/value pair with a unique name retrieved from storage modules and classification modules for a file. A property definition instance has no configuration data persisted by the server and has only state data.

The following state data is maintained for the property definition instance:

Property definition instance.Name: This property is a unique Unicode string for the name of the property definition instance.

Property definition instance.Value: This property is a Unicode string indicating the value of the property definition instance.

Sources: This property is an array of case-insensitive Unicode strings that are module definition.Names of the module definitions that provided the property definition instance.Value.

Property definition instance.Flags: This property is a numeric value indicating the flags of the property definition instance. It is a bitwise combination (using the bitwise-OR operator) of values of the FsrmPropertyFlags enumeration (see section 2.2.2.6.1.1).