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.2.0

Syntax

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

See Also