Gets or sets if the object can be rated

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 Rate { get; set; }

Implements

IEntityAccessRights..::.Rate

See Also