Discuss this help topic in SecureBlackbox Forum
Specifies the name of the last entity that modified the object.
Declaration
[C#/Java]
string LastModifiedByName;
[VB.NET]
Property LastModifiedByName As String
[Pascal]
property LastModifiedByName : string;
[C++]
void get_LastModifiedByName(std::string &OutResult);
[PHP]
string get_LastModifiedByName()
Description
Use this property to get the name of the last entity that modified the object.
Discuss this help topic in SecureBlackbox Forum