formName property

String? formName

Property getter and setter for formName: Specifies a specific form used to do the rendering, in case the standard metadata generated form doesn't cut it Specifies a specific form used to do the rendering, in case the standard metadata generated form doesn't cut it

Implementation

String? get formName;
void formName=(String? formName)

Implementation

set formName(String? formName);