Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
The IGetContextProperties interface provides access to context object properties.
Remarks
New applications should use the Context class.
The IGetContextProperties interface is declared in the package com.ms.mtx.
The IGetContextProperties interface exposes the following methods.
Method | Description |
---|---|
Count | Returns the number of properties associated with the context object. |
EnumNames | Returns a reference to an enumerator that you can use to iterate through all the context object properties. |
GetProperty | Returns a context object property. |
See Also