Gets the name to be used in CreatedBy and UpdatedBy properties of objects being created and updated.

Namespace: Asi.iBO
Assembly: 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;
}

Field Value

A string "user name" with a maximum length of 15 characters.

Implements

IiMISUser..::..UpdatedByName

See Also