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.3.0
Syntax
| C# |
|---|
public string UpdatedByName { get; } |
| Visual Basic |
|---|
Public ReadOnly Property UpdatedByName As String Get |
| Visual C++ |
|---|
public: virtual property String^ UpdatedByName { String^ get () sealed; } |