Gets or sets the county in which the physical address is located.

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

Syntax

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

Field Value

A free form text field containing the county in which the physical address is located.

Remarks

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.

See Also