Selerix Developer Tools
DeductionCode Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > DeductionCodeEDI Class : DeductionCode Property
Gets or sets the deduction code.
Syntax
'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);
}

Property Value

The deduction code.
See Also

Reference

DeductionCodeEDI Class
DeductionCodeEDI Members