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 ISharedProperty interface is used to set or retrieve the value of a shared property. A shared property can contain any data type that can be represented by a variant.
Remarks
The ISharedProperty interface is declared in the package com.ms.mtx.
You can access the ISharedProperty interface by creating a SharedProperty object with the ISharedPropertyGroup.CreateProperty method or the ISharedPropertyGroup.CreatePropertyByPosition method.
A SharedProperty object can be created or accessed only from within a SharedPropertyGroup.
The ISharedProperty interface exposes the following methods.
Method | Description |
---|---|
getValue | Retrieves the value of a shared property. |
putValue | Sets the value of a shared property. |
See Also