Selerix Developer Tools
DeductionSubtype Property






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

Property Value

The deduction subtype.
See Also

Reference

DeductionCodeEDI Class
DeductionCodeEDI Members