Selerix Developer Tools
Deduct Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PayRun Class : Deduct Property
Gets or sets a value indicating whether this PayRun is deduction period merits and actual deduct.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property Deduct As Boolean
'Usage
 
Dim instance As PayRun
Dim value As Boolean
 
instance.Deduct = value
 
value = instance.Deduct
[XmlAttribute()]
[DefaultValue()]
public virtual bool Deduct {get; set;}
public read-write property Deduct: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Deduct : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_Deduct();
public: __property virtual void set_Deduct( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool Deduct {
   bool get();
   void set (    bool value);
}

Property Value

true if deduct; otherwise, false.
See Also

Reference

PayRun Class
PayRun Members