A second local government district in which this physical address is located. For example, in the US this would represent the State House District. This property is normally set by a 3rd party address verification app like Accumail.

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

Syntax

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

See Also