 | AddressAdditionalContactInfoName2Suffix Property |
Gets or sets the name 2 suffix.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Name2Suffix { get; set; }
Public Property Name2Suffix As String
Get
Set
public:
property String^ Name2Suffix {
String^ get ();
void set (String^ value);
}
function get Name2Suffix () : String
function set Name2Suffix (value : String)
function get_Name2Suffix();
function set_Name2Suffix(value);
Property Value
Type:
StringThe name 2 suffix.
See Also