Task Property

The Task property holds an optional Task object's dispinterface.  The Task object holds scheduling information for the project's refresh cycle.

Type

ITask (VT_DISPATCH)

Default

Null 

Example

Set Task1 = CreateObject("Push.Task")
Set Project = CreateObject("Push.Project")
Set Project.Task = Task1

See Also

Class Task


© 1997-1998 Microsoft Corporation. All rights reserved.