Selerix Developer Tools
StockOptionGrantValue Property






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

Property Value

The StockOptionGrantValue.
See Also

Reference

Employment Class
Employment Members