Gets a code indicating which iMIS sub-system originated the COrder.
Namespace:
Asi.iBO.CommerceAssembly: 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 (); } |