Selerix Developer Tools
Relationship Property (Applicant)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : Relationship Property
Gets the relationship. The Relationship property read-writes the beneficiary's relationship to the applicant.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property Relationship As Relationship
'Usage
 
Dim instance As Applicant
Dim value As Relationship
 
instance.Relationship = value
 
value = instance.Relationship
[DefaultValue()]
public virtual Relationship Relationship {get; set;}
public read-write property Relationship: Relationship; virtual; 
DefaultValueAttribute()
public function get,set Relationship : Relationship
[DefaultValue()]
public: __property virtual Relationship get_Relationship();
public: __property virtual void set_Relationship( 
   Relationship value
);
[DefaultValue()]
public:
virtual property Relationship Relationship {
   Relationship get();
   void set (    Relationship value);
}

Property Value

The relationship. Relationship
See Also

Reference

Applicant Class
Applicant Members