Gets or sets the suffix of the beneficiary's name.
Syntax
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
);
'Declaration
Public Overridable Property Suffix As String
'Usage
Dim instance As Beneficiary
Dim value As String
instance.Suffix = value
value = instance.Suffix
Property Value
The suffix of the beneficiary's name.
See Also