ResourceName Property
The name of the resource.
Syntax
public String getResourceName(); public void setResourceName(String resourceName);
Remarks
This property specifies the name of the resource.
Naming restrictions:
- Names must be 255 characters or less.
- Names with non-printable ASCII are not supported.
- Names with the characters "/", "\", or trailing whitespace are not supported.
- The special names "." and ".." are not supported.
Default Value
""