Gets or sets if the object can be tagged

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

Syntax

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

Implements

IEntityAccessRights..::.Tag

See Also