Gets or sets if the object can be commented

Namespace:  EPiServer.Common.Security
Assembly:  EPiServer.Common.Framework.Impl (in EPiServer.Common.Framework.Impl.dll) Version: 4.1.517.380

Syntax

C#
[DefaultValueAttribute(false)]
public bool Comment { get; set; }

See Also