Channel Property

The Channel property is an IChannel dispinterface.  This is the top-level channel for the project.

Type

IChannel (VT_DISPATCH)

Remarks

A class Channel object is automatically created when the Project object is created, and its Channel property set to the new IChannel interface.

Example

' Using the Windows Scripting Host (cscript.exe) and VBScript
Set Project = CreateObject("Push.Project")
Set Channel = Project.Channel

See Also

Class Channel


© 1997-1998 Microsoft Corporation. All rights reserved.