Selerix Developer Tools
Age Property (PolicyHolder)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > PolicyHolder Class : Age Property
Gets or sets the age.
Syntax
'Declaration
 
Public Overridable Property Age As Nullable(Of Integer)
'Usage
 
Dim instance As PolicyHolder
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.
See Also

Reference

PolicyHolder Class
PolicyHolder Members