EnumInformationEnumName Property
Gets or sets the name of the enum.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public string EnumName { get; set; }

Property Value

Type: String
The name of the enum.
See Also