Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObjectPermissions.CanRename

TElBoxDataStorageObjectPermissions     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Whether renaming of the object is permitted.

Declaration

[C#]
    bool CanRename;

[VB.NET]
    Property CanRename As Boolean

[Pascal]
    property CanRename: boolean;

[C++]
    bool get_CanRename();

[PHP]
    bool get_CanRename()

[Java]
    boolean getCanRename();

Description

    Specifies whether renaming of the object is permitted.

Discuss this help topic in SecureBlackbox Forum