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).]
Sets or retrieves the value of a shared property.
Applies To
Syntax
property.Value = value
Parameters
property
An object variable that represents a SharedProperty object.
value
A Variant containing the value to assign to the SharedProperty object, or the SharedProperty's current value.
See Also