Discuss this help topic in SecureBlackbox Forum
Whether deletion is permitted.
Declaration
[VB.NET]
Property CanDelete As Boolean
[Pascal]
property CanDelete: boolean;
[C++]
bool get_CanDelete();
[PHP]
bool get_CanDelete()
[Java]
boolean getCanDelete();
Description
Specifies whether deletion is permitted.
Discuss this help topic in SecureBlackbox Forum