Discuss this help topic in SecureBlackbox Forum
Specifies whether the commenter role is permitted.
Declaration
[VB.NET]
Property Commenter As Boolean
[Pascal]
property Commenter: boolean;
[C++]
bool get_Commenter();
void set_Commenter(bool Value);
[PHP]
bool get_Commenter()
void set_Commenter(bool $Value)
[Java]
boolean getCommenter();
void setCommenter(boolean Value);
Description
Use this property to specify if this permission allows commenting.
Discuss this help topic in SecureBlackbox Forum