The name of the user who last modified this object.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property LastModifier As String |
| C# |
|---|
string LastModifier { get; set; } |
| Visual C++ |
|---|
property String^ LastModifier { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_lastModifier(); function set_lastModifier(value); |