Gets the single line address, like that typically used on Letter Head. Used in iMIS for reports and confirmations.

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

Syntax

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

See Also