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