Previous in Contents Next in Contents

LogTarget Property

The LogTarget property holds an optional class ILogTarget dispinterface. If defined, this dispinterface is passed to the top-level class Channel object when Refresh is invoked.

Type

ILogTarget (VT_DISPATCH)

Default

None

Example

Set LogTarget = CreateObject("Push.LogTarget")
Set Project = CreateObject("Push.Project")
Set Project.LogTarget = LogTarget

See Also

Class LogTarget

Channel GetCDFString


© 1997-2000 Microsoft Corporation. All rights reserved.