Selerix Developer Tools
PriorName Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : PriorName Property
Gets or sets the prior name. The PriorName property read-writes the prior name of the applicant.
Syntax
'Declaration
 
Public Overridable Property PriorName As String
'Usage
 
Dim instance As Applicant
Dim value As String
 
instance.PriorName = value
 
value = instance.PriorName
public virtual string PriorName {get; set;}
public read-write property PriorName: String; virtual; 
public function get,set PriorName : String
public: __property virtual string* get_PriorName();
public: __property virtual void set_PriorName( 
   string* value
);
public:
virtual property String^ PriorName {
   String^ get();
   void set (    String^ value);
}

Property Value

The prior name.
See Also

Reference

Applicant Class
Applicant Members