IADs Method: PutEx

Put
(
PropertyName As String,
PropertyValue As Variant
);

Parameters

[in] String PropertyName
Name of the property of an object. The name is case sensitive and must be enclosed in double quotes. Allowable values for PropertyName depend on the type of IADs object.

[in] Variant PropertyValue
Value that has to be set for the property of an object.

Description
This method sets the value for a single or multi-valued property by name.

 

See Also