Search
Task.setSubject Method
See Also
 






Sets the subject of this task.

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

 Syntax

Java  Copy Code

public void setSubject (
    String value
)

 Parameters

value

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

 See Also