JsonConfEditorAttributeCommentable Property |
Indicates whether the item can be commented.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool Commentable { get; set; }
Public Property Commentable As Boolean
Get
Set
public:
property bool Commentable {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also