Selerix Developer Tools
PTOCost Property






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

Property Value

The PTO cost.
See Also

Reference

Employment Class
Employment Members