Selerix Developer Tools
StateOfResidenceIncluded Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EligibilityFactors Class : StateOfResidenceIncluded Field
The StateOfResidenceIncluded object specifies if the state of residence is to be included.
Syntax
'Declaration
 
<XmlElementAttribute()>
<DefaultValueAttribute()>
Public StateOfResidenceIncluded As Boolean
'Usage
 
Dim instance As EligibilityFactors
Dim value As Boolean
 
value = instance.StateOfResidenceIncluded
 
instance.StateOfResidenceIncluded = value
[XmlElement()]
[DefaultValue()]
public bool StateOfResidenceIncluded
public field StateOfResidenceIncluded: Boolean; 
XmlElementAttribute()
DefaultValueAttribute()
public var StateOfResidenceIncluded : boolean;
[XmlElement()]
[DefaultValue()]
public: bool StateOfResidenceIncluded
[XmlElement()]
[DefaultValue()]
public:
bool StateOfResidenceIncluded

Field Value

bool true or false
See Also

Reference

EligibilityFactors Class
EligibilityFactors Members