The prompt to use in place of "State" in addresses. For example, "State", "State/Province", "Province"

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

Syntax

C#
public string StatePrompt { get; }
Visual Basic (Declaration)
Public ReadOnly Property StatePrompt As String
Visual C++
public:
property String^ StatePrompt {
	String^ get ();
}

See Also