PutProperty Method (ALog)

Sets the value of a property associated with the given object.

Syntax

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.

Comments

For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.

Applies to

ALog

See Also

GetProperty, OnPropertyChange