Gets the name to be used in CreatedBy and UpdatedBy properties of objects being created and updated.
Namespace:
Asi.iBO.ContactManagement
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string UpdatedByName { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property UpdatedByName As String |
| Visual C++ |
|---|
public:
virtual property String^ UpdatedByName {
String^ get () sealed;
} |
Field Value
A string "user name" with a maximum length of 15 characters.
Implements
IiMISUser..::.UpdatedByName
See Also