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