Platform SDK: Transaction Server |
ISharedProperty.putValue Method
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Assigns a value to a shared property.
Provided By
void putValue ( Variant value );
Parameters
value
[in] A Variant containing the value to assign to the SharedProperty object.
See Also