Selerix Developer Tools
RequiredPriorName Field (Product)






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

Reference

Product Class
Product Members