Selerix Developer Tools
DeductionName Property






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

Property Value

The name of the deduction.
See Also

Reference

DeductionCodeEDI Class
DeductionCodeEDI Members