Gets or sets the informal or nickname of the ship-to contact. For example, FirstName = "Robert", the informal
name might be "Bob".
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string Informal { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Informal As String |
| Visual C++ |
|---|
public: property String^ Informal { String^ get (); void set (String^ value); } |
Field Value
A free form text field containing the informal or nickname of the contact.
Remarks
Should not be set if the contact itself is an institute/company. If this property is not set specifically,
it will be defaulted to match the FirstName property when it is set. This field will be converted to
title case where the first letter of each word is capitalized except for those defined in the "StayLower" system setting.