Selerix Developer Tools
Age Property (Beneficiary)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Beneficiary Class : Age Property
Gets or sets the age of the beneficiary. The Age property gets or sets the beneficiary's age.
Syntax
'Declaration
 
Public Overridable Property Age As Nullable(Of Integer)
'Usage
 
Dim instance As Beneficiary
Dim value As Nullable(Of Integer)
 
instance.Age = value
 
value = instance.Age
public virtual Nullable<int> Age {get; set;}
public read-write property Age: Nullable; virtual; 
public function get,set Age : Nullable
public: __property virtual Nullable<int> get_Age();
public: __property virtual void set_Age( 
   Nullable<int> value
);
public:
virtual property Nullable<int> Age {
   Nullable<int> get();
   void set (    Nullable<int> value);
}

Property Value

The age of the beneficiary.
See Also

Reference

Beneficiary Class
Beneficiary Members