 | PersonSuffix Property |
Gets or sets the suffix.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Suffix { get; set; }
Public Property Suffix As String
Get
Set
public:
property String^ Suffix {
String^ get ();
void set (String^ value);
}
function get Suffix () : String
function set Suffix (value : String)
function get_Suffix();
function set_Suffix(value);
Property Value
Type:
StringThe suffix (Jr., Sr., etc.).
See Also