Properties of XMS objects

This section documents the object properties defined by XMS.

This section contains information about the following types of object:

The description of each object type lists the properties of an object of the specified type and provides a short description of each property.

This section also provides a definition of each property (see Property definitions).

If an application defines its own properties of the objects described in this section, it does not cause an error, but it might cause unpredictable results.

Note: The property names and values in this section are in the form used for C and C++. However, in .NET property names and values are provided as constants in the XMSC class. If we are using these predefined constants, the property names and values are in the form XMSC.NAME, so, for example, you would use XMSC.USERID, rather than XMSC_USERID.

The data types are also in the form used for C/C++. We can find the corresponding values for .NET in Data types for .NET.