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