Skip to main content

OptionDefinition

  • Namespace: PPDS.Dataverse.Metadata.Authoring
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Defines a single option value for a choice or choices column.

Members

Properties

Color

string Color { get; set; }

Gets or sets the color associated with the option (hex string).

Description

string Description { get; set; }

Gets or sets the description of the option.

Label

string Label { get; set; }

Gets or sets the display label for the option.

Value

int Value { get; set; }

Gets or sets the numeric value of the option.