Discuss this help topic in SecureBlackbox Forum

TElBoxDataStorageObjectPermissions.CanComment

TElBoxDataStorageObjectPermissions     


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


Whether commenting is permitted.

Declaration

[C#]
    bool CanComment;

[VB.NET]
    Property CanComment As Boolean

[Pascal]
    property CanComment: boolean;

[C++]
    bool get_CanComment();

[PHP]
    bool get_CanComment()

[Java]
    boolean getCanComment();

Description

    Specifies whether commenting is permitted.

Discuss this help topic in SecureBlackbox Forum