Selerix Developer Tools
LegalStatusDescription Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : LegalStatusDescription Property
Gets or sets the description for Other LegalStatus.
Syntax
'Declaration
 
Public Overridable Property LegalStatusDescription As String
'Usage
 
Dim instance As Applicant
Dim value As String
 
instance.LegalStatusDescription = value
 
value = instance.LegalStatusDescription
public virtual string LegalStatusDescription {get; set;}
public read-write property LegalStatusDescription: String; virtual; 
public function get,set LegalStatusDescription : String
public: __property virtual string* get_LegalStatusDescription();
public: __property virtual void set_LegalStatusDescription( 
   string* value
);
public:
virtual property String^ LegalStatusDescription {
   String^ get();
   void set (    String^ value);
}

Property Value

Description for Other LegalStatus.
See Also

Reference

Applicant Class
Applicant Members