Get the Last Update User of the object

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IUser LastUpdatedUser { get; }
Visual Basic
ReadOnly Property LastUpdatedUser As IUser
	Get
Visual C++
property IUser^ LastUpdatedUser {
	IUser^ get ();
}

Field Value

IUser

See Also