Selerix Developer Tools
DeductionType Property






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

Property Value

The type of the deduction.
See Also

Reference

DeductionCodeEDI Class
DeductionCodeEDI Members