The National government district in which this physical address is located. For example, in the US this would represent the US Congressional 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.3.0

Syntax

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

See Also