Selerix Developer Tools
DeductionSubcode Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > DeductionCodeEDI Class : DeductionSubcode Property
Gets or sets the deduction subcode.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property DeductionSubcode As String
'Usage
 
Dim instance As DeductionCodeEDI
Dim value As String
 
instance.DeductionSubcode = value
 
value = instance.DeductionSubcode
[XmlElement()]
public string DeductionSubcode {get; set;}
public read-write property DeductionSubcode: String; 
XmlElementAttribute()
public function get,set DeductionSubcode : String
[XmlElement()]
public: __property string* get_DeductionSubcode();
public: __property void set_DeductionSubcode( 
   string* value
);
[XmlElement()]
public:
property String^ DeductionSubcode {
   String^ get();
   void set (    String^ value);
}

Property Value

The deduction subcode.
See Also

Reference

DeductionCodeEDI Class
DeductionCodeEDI Members