'Declaration
<XmlElementAttribute()> Public Property DeductionSubtype As String
'Usage
Dim instance As DeductionCodeEDI Dim value As String instance.DeductionSubtype = value value = instance.DeductionSubtype
[XmlElement()] public string DeductionSubtype {get; set;}
public read-write property DeductionSubtype: String;
XmlElementAttribute() public function get,set DeductionSubtype : String
[XmlElement()] public: __property string* get_DeductionSubtype(); public: __property void set_DeductionSubtype( string* value );
[XmlElement()] public: property String^ DeductionSubtype { String^ get(); void set ( String^ value); }