Gets or sets the first (or given) name of the ship-to customer, if a person. Not set for Institute/Company records.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string FirstName { get; set; }
Visual Basic
Public Property FirstName As String
	Get
	Set
Visual C++
public:
property String^ FirstName {
	String^ get ();
	void set (String^ value);
}

Field Value

A free form text field containing the first (or given) name of this contact.

Remarks

Should not be set if the contact itself is an institute/company. When set, if the Informal property is not set, it will be set to this value. 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. Changes to this property will also cause the FullName and LastFirst properties to be recalculated.

See Also