Selerix Developer Tools
IsSpouseLegalStatus Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : IsSpouseLegalStatus Method
The legal status.
The IsSpouseLegalStatus object specifies if legal status of the applicant can be be treated like spouse legal status.
Syntax
'Declaration
 
Public Shared Function IsSpouseLegalStatus( _
   ByVal legalStatus As LegalStatus _
) As Boolean
'Usage
 
Dim legalStatus As LegalStatus
Dim value As Boolean
 
value = Applicant.IsSpouseLegalStatus(legalStatus)
public static bool IsSpouseLegalStatus( 
   LegalStatus legalStatus
)
public function IsSpouseLegalStatus( 
    legalStatus: LegalStatus
): Boolean; static; 
public static function IsSpouseLegalStatus( 
   legalStatus : LegalStatus
) : boolean;
public: static bool IsSpouseLegalStatus( 
   LegalStatus legalStatus
) 
public:
static bool IsSpouseLegalStatus( 
   LegalStatus legalStatus
) 

Parameters

legalStatus
The legal status.

Return Value

true if legal status of the applicant can be be treated like spouse legal status, false otherwise
See Also

Reference

Applicant Class
Applicant Members