Selerix Developer Tools
Weight Property






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

Property Value

The applicant's weight.
See Also

Reference

Applicant Class
Applicant Members