Search
Task.getSubject Method
See Also
 






Gets the subject of this task.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public String getSubject ()

 Return Value

A string containing the task subject text. The default is an empty string.

 See Also