Click or drag to resize

Property Properties

The Property type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Stores the attributes. Should be a mask of PropertyAttrs. Certain PropertyAttrs such as IsDirty are generally set automatically.
Public propertyName
Stores the property name. Note that the name is the same as the collection's key.
Public propertyOwnerID
Gets/Sets the owner ID (for preferences, see Preferences).
Public propertyOwnerLevel
Gets/Sets the owner level (for preferences, see Preferences).
Public propertyParamID
The param_id from the xmt_properties table. Applies only when the property was loaded from the repository.
Public propertyPropID
The prop_id from the xmt_properties table. Applies only when the property was loaded from the repository.
Public propertySubObjectID
Stores the child key (sub_object_id). Note that the obj_id (the main related id) is the same for the entire collection.
Public propertyValue
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:
Top
See Also