The
section contains
the following
topics:
Each
topic lists
the properties of an object of the specified type and provides a short description
of each property.
This
section also
contains the following
topic:
which provides a definition of each property.
If an application
defines its own properties of the objects discussed in this section,
it does not cause an error, but it might cause unpredictable results.
Note: The property names that appear in this section are
in the form used for C and C++. This form of the property name can also be
used in .NET. However,
in .NET property
names are also provided as constants in the XMSC class. If you are using these
predefined constants, the property names are in the form XMSC.<NAME>,
so, for example, you would use XMSC.USERID, rather than XMSC_USERID.