Sets the value of a property associated with the given object.
Syntax
object.PutProperty szProperty, vtValue
Parameters
- object
- Required. An object expression that evaluates to an object in the Applies To list.
- szProperty
- Required. A string expression that contains the name of the property to set.
- vtValue
- Required. A variable that specifies the new value of the property.
Applies To
InternetExplorer
See Also
GetProperty, PropertyChange