Previous in Contents Next in Contents

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-2000 Microsoft Corporation. All rights reserved.