Discuss this help topic in SecureBlackbox Forum
Returns the time when this object was shared with the user.
Declaration
[C#]
DateTime SharedWithMeDate;
[VB.NET]
Property SharedWithMeDate As DateTime
[Pascal]
property SharedWithMeDate: TDateTime;
[C++]
int64_t get_SharedWithMeDate();
[PHP]
DateTime get_SharedWithMeDate()
[Java]
Date getSharedWithMeDate();
Description
This property returns the time when this object was shared with the user.
Discuss this help topic in SecureBlackbox Forum