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