Search
Resource.setName Method
See Also
 






Sets the name of the resource.

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

 Syntax

Java  Copy Code

public void setName (
    String value
)

 Parameters

value

A string containing the name of the resource. The default is an empty string.

 See Also