Selerix Developer Tools
PTOBalance Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Employment Class : PTOBalance Property
Gets or sets the PTO balance.
Syntax
'Declaration
 
Public Overridable Property PTOBalance As Nullable(Of Decimal)
'Usage
 
Dim instance As Employment
Dim value As Nullable(Of Decimal)
 
instance.PTOBalance = value
 
value = instance.PTOBalance
public virtual Nullable<decimal> PTOBalance {get; set;}
public read-write property PTOBalance: Nullable; virtual; 
public function get,set PTOBalance : Nullable
public: __property virtual Nullable<decimal> get_PTOBalance();
public: __property virtual void set_PTOBalance( 
   Nullable<decimal> value
);
public:
virtual property Nullable<decimal> PTOBalance {
   Nullable<decimal> get();
   void set (    Nullable<decimal> value);
}

Property Value

The PTO balance.
See Also

Reference

Employment Class
Employment Members