Selerix Developer Tools
RelationshipFromLegalStatus Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : RelationshipFromLegalStatus Method
The legal status.
The RelationshipFromLegalStatus object specifies the legal status of the applicant's beneficiaries.
Syntax
'Declaration
 
Public Shared Function RelationshipFromLegalStatus( _
   ByVal legalStatus As LegalStatus _
) As Relationship
'Usage
 
Dim legalStatus As LegalStatus
Dim value As Relationship
 
value = Applicant.RelationshipFromLegalStatus(legalStatus)
public static Relationship RelationshipFromLegalStatus( 
   LegalStatus legalStatus
)
public function RelationshipFromLegalStatus( 
    legalStatus: LegalStatus
): Relationship; static; 
public static function RelationshipFromLegalStatus( 
   legalStatus : LegalStatus
) : Relationship;
public: static Relationship RelationshipFromLegalStatus( 
   LegalStatus legalStatus
) 
public:
static Relationship RelationshipFromLegalStatus( 
   LegalStatus legalStatus
) 

Parameters

legalStatus
The legal status.
See Also

Reference

Applicant Class
Applicant Members