EnumInformationIsDeleted Property
Gets or sets a value indicating whether this instance is deleted.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public bool IsDeleted { get; set; }

Property Value

Type: Boolean
true if this instance is deleted; otherwise, false.
See Also