Selerix Developer Tools
SSN Property (Beneficiary)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Beneficiary Class : SSN Property
Gets or sets the social security number of the beneficiary.
Syntax
'Declaration
 
Public Overridable Property SSN As String
'Usage
 
Dim instance As Beneficiary
Dim value As String
 
instance.SSN = value
 
value = instance.SSN
public virtual string SSN {get; set;}
public read-write property SSN: String; virtual; 
public function get,set SSN : String
public: __property virtual string* get_SSN();
public: __property virtual void set_SSN( 
   string* value
);
public:
virtual property String^ SSN {
   String^ get();
   void set (    String^ value);
}

Property Value

The social security number of the beneficiary.
See Also

Reference

Beneficiary Class
Beneficiary Members