Gets or sets the applicant's PIN. The PIN property read-writes the pin number of the applicant.
Syntax
'Declaration
Public Overridable Property PIN As String
'Usage
Dim instance As Applicant
Dim value As String
instance.PIN = value
value = instance.PIN
public virtual string PIN {get; set;}
public read-write property PIN: String; virtual;
public function get,set PIN : String
public: __property virtual string* get_PIN();
public: __property virtual void set_PIN(
string* value
);
public:
virtual property String^ PIN {
String^ get();
void set ( String^ value);
}
Property Value
The PIN.
See Also