'Declaration
<XmlAttributeAttribute()> Public Property State As String
'Usage
Dim instance As BusinessRule Dim value As String instance.State = value value = instance.State
[XmlAttribute()] public string State {get; set;}
public read-write property State: String;
XmlAttributeAttribute() public function get,set State : String
[XmlAttribute()] public: __property string* get_State(); public: __property void set_State( string* value );
[XmlAttribute()] public: property String^ State { String^ get(); void set ( String^ value); }