Property Properties |
The Property type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Stores the attributes. Should be a mask of PropertyAttrs. Certain
PropertyAttrs such as IsDirty are generally set automatically.
| |
Name |
Stores the property name. Note that the name is the same as the collection's key.
| |
OwnerID |
Gets/Sets the owner ID (for preferences, see Preferences).
| |
OwnerLevel |
Gets/Sets the owner level (for preferences, see Preferences).
| |
ParamID |
The param_id from the xmt_properties table.
Applies only when the property was loaded from the repository.
| |
PropID |
The prop_id from the xmt_properties table.
Applies only when the property was loaded from the repository.
| |
SubObjectID |
Stores the child key (sub_object_id). Note that the obj_id (the main related id)
is the same for the entire collection.
| |
Value |
Stores the value of the property.
Note that the value is an object and a property can therefore be used to store anything.
However, properties loaded from the repository will always be string values and it is
recommended that one of the Properties collection accessor methods be used
to safely extract property values:
|