Gets the name to be used in CreatedBy and UpdatedBy properties of objects being created and updated.
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
string UpdatedByName { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property UpdatedByName As String |
| Visual C++ |
|---|
property String^ UpdatedByName { String^ get (); } |