Gets the "user name" of the person who last updated the COrder.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string UpdatedBy { get; } |
| Visual Basic |
|---|
Public ReadOnly Property UpdatedBy As String Get |
| Visual C++ |
|---|
public: property String^ UpdatedBy { String^ get (); } |
Field Value
The user name is typically the person's web login name or the iMIS Staff User's iMIS login name.
Remarks
A custom security implementation can define this to be something other than the above.