Selerix Developer Tools
IsEmployerSignatureRequired Field (Form)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Form Class : IsEmployerSignatureRequired Field
Do we need signature of employer.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IsEmployerSignatureRequired As Boolean
'Usage
 
Dim instance As Form
Dim value As Boolean
 
value = instance.IsEmployerSignatureRequired
 
instance.IsEmployerSignatureRequired = value
[XmlAttribute()]
[DefaultValue()]
public bool IsEmployerSignatureRequired
public field IsEmployerSignatureRequired: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var IsEmployerSignatureRequired : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool IsEmployerSignatureRequired
[XmlAttribute()]
[DefaultValue()]
public:
bool IsEmployerSignatureRequired
See Also

Reference

Form Class
Form Members