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.2.0

Syntax

C#
string UpdatedByName { get; }
Visual Basic (Declaration)
ReadOnly Property UpdatedByName As String
Visual C++
property String^ UpdatedByName {
	String^ get ();
}

Field Value

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

See Also