Selerix Developer Tools
DeductionFrequency Property (PayerProductLocationEDI)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayerProductLocationEDI Class : DeductionFrequency Property
Gets or sets the deduction frequency.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property DeductionFrequency As Integer
'Usage
 
Dim instance As PayerProductLocationEDI
Dim value As Integer
 
instance.DeductionFrequency = value
 
value = instance.DeductionFrequency
[XmlAttribute()]
public int DeductionFrequency {get; set;}
public read-write property DeductionFrequency: Integer; 
XmlAttributeAttribute()
public function get,set DeductionFrequency : int
[XmlAttribute()]
public: __property int get_DeductionFrequency();
public: __property void set_DeductionFrequency( 
   int value
);
[XmlAttribute()]
public:
property int DeductionFrequency {
   int get();
   void set (    int value);
}

Property Value

The deduction frequency.
See Also

Reference

PayerProductLocationEDI Class
PayerProductLocationEDI Members