Discuss this help topic in SecureBlackbox Forum
Specifies if the view date is modified when the object is acquired.
Declaration
[C#]
bool UpdateViewedDateOnAcquire;
[VB.NET]
Property UpdateViewedDateOnAcquire As Boolean
[Pascal]
property UpdateViewedDateOnAcquire: boolean;
[C++]
bool get_UpdateViewedDateOnAcquire();
void set_UpdateViewedDateOnAcquire(bool Value);
[PHP]
bool get_UpdateViewedDateOnAcquire()
void set_UpdateViewedDateOnAcquire(bool $Value)
[Java]
boolean getUpdateViewedDateOnAcquire();
void setUpdateViewedDateOnAcquire(boolean Value);
Description
Set this property to True to force the component to modify the view date when an object is acquired.
The default value is False.
Discuss this help topic in SecureBlackbox Forum