Sets the value of a property associated with the given object.
Object.PutProperty ( sProperty, vValue )
The PutProperty method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
sProperty |
Val BString |
The name of the property to retrieve. |
|
vValue |
Val Variant |
The value associated with the given property. |
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.