Skip to main content

DeleteOptionValueRequest

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

Summary

Request to delete an option value from an option set.

Members

Properties

AttributeLogicalName

string AttributeLogicalName { get; set; }

Gets or sets the attribute logical name (for local option sets).

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the entity logical name (for local option sets).

OptionSetName

string OptionSetName { get; set; }

Gets or sets the name of the option set.

SolutionUniqueName

string SolutionUniqueName { get; set; }

Gets or sets the unique name of the solution containing the option set.

Value

int Value { get; set; }

Gets or sets the numeric value of the option to delete.