Options for creating an EnumerationValue.

interface EnumerationValueCreationOptions {
    caption?: string;
    name: string;
}

Properties

Properties

caption?: string

The caption of the enumeration value.

name: string

The name of the enumeration value.