Gets a code indicating which iMIS sub-system originated the COrder.

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

Syntax

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

Field Value

A simple string name for the sub-system.

See Also