TaskName Property

The TaskName property specifies the name of this task as it appears in the Scheduled Tasks administration tools.

Type

String (VT_BSTR)

Default

None

Example

Set Task = CreateObject("Push.Task")
Task.TaskName = "Refresh for Project name"

© 1997-1998 Microsoft Corporation. All rights reserved.