Gets the ID of the last to update this
CBatch object.
Namespace: Asi.iBO.FinancialsAssembly: 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 ();
} |
See Also