'Declaration
<XmlAttributeAttribute()> Public StateOfResidence As String
'Usage
Dim instance As EligibilityRule Dim value As String value = instance.StateOfResidence instance.StateOfResidence = value
[XmlAttribute()] public string StateOfResidence
public field StateOfResidence: String;
XmlAttributeAttribute() public var StateOfResidence : String;
[XmlAttribute()] public: string* StateOfResidence
[XmlAttribute()] public: String^ StateOfResidence