Selerix Developer Tools
NewFormRequiredForEachApplication Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Form Class : NewFormRequiredForEachApplication Field
Specifies if a new form is required for each application.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public NewFormRequiredForEachApplication As Boolean
'Usage
 
Dim instance As Form
Dim value As Boolean
 
value = instance.NewFormRequiredForEachApplication
 
instance.NewFormRequiredForEachApplication = value
[XmlAttribute()]
[DefaultValue()]
public bool NewFormRequiredForEachApplication
public field NewFormRequiredForEachApplication: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var NewFormRequiredForEachApplication : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool NewFormRequiredForEachApplication
[XmlAttribute()]
[DefaultValue()]
public:
bool NewFormRequiredForEachApplication

Field Value

bool true/false
See Also

Reference

Form Class
Form Members