Selerix Developer Tools
RequiredCountryOfCitizenship Field (Product)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : RequiredCountryOfCitizenship Field
Sets the RequiredCountryOfCitizenship field to 'Not Shown'. Enables input of the enrollee's country of citizenship. This is a required field.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public RequiredCountryOfCitizenship As InterfaceOption
'Usage
 
Dim instance As Product
Dim value As InterfaceOption
 
value = instance.RequiredCountryOfCitizenship
 
instance.RequiredCountryOfCitizenship = value
[XmlAttribute()]
[DefaultValue()]
public InterfaceOption RequiredCountryOfCitizenship
public field RequiredCountryOfCitizenship: InterfaceOption; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var RequiredCountryOfCitizenship : InterfaceOption;
[XmlAttribute()]
[DefaultValue()]
public: InterfaceOption RequiredCountryOfCitizenship
[XmlAttribute()]
[DefaultValue()]
public:
InterfaceOption RequiredCountryOfCitizenship
See Also

Reference

Product Class
Product Members