Selerix Developer Tools
Height Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : Height Property
Gets or sets the applicant's height.
Syntax
'Declaration
 
Public Overridable Property Height As Nullable(Of Integer)
'Usage
 
Dim instance As Applicant
Dim value As Nullable(Of Integer)
 
instance.Height = value
 
value = instance.Height
public virtual Nullable<int> Height {get; set;}
public read-write property Height: Nullable; virtual; 
public function get,set Height : Nullable
public: __property virtual Nullable<int> get_Height();
public: __property virtual void set_Height( 
   Nullable<int> value
);
public:
virtual property Nullable<int> Height {
   Nullable<int> get();
   void set (    Nullable<int> value);
}

Property Value

The applicant's height.
See Also

Reference

Applicant Class
Applicant Members