Gets or sets the SOURCE_SYSTEM field of the invoice.

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

Syntax

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

See Also