Selerix Developer Tools
Suffix Property (Beneficiary)






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

Property Value

The suffix of the beneficiary's name.
See Also

Reference

Beneficiary Class
Beneficiary Members