Name property
The name of the task.
Syntax
Set: Task.setName(sName)
Get: sName = Task.getName()
Applies to
Task object.
Data type
String. The sName value references a String object that specifies the name of the task.
Usage
This property represents the name of the task.
See also
Name property (of Column)