Gets or sets the currency code of the currency in which this contact would like monetary amounts displayed.

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

Syntax

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

See Also