UpdateOptionValueRequest
- Namespace:
PPDS.Dataverse.Metadata.Authoring - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Request to update an existing option value in an option set.
Members
Properties
AttributeLogicalName
string AttributeLogicalName { get; set; }
Gets or sets the attribute logical name (for local option sets).
Color
string Color { get; set; }
Gets or sets the updated color for the option (hex string).
Description
string Description { get; set; }
Gets or sets the updated description for the option.
EntityLogicalName
string EntityLogicalName { get; set; }
Gets or sets the entity logical name (for local option sets).
Label
string Label { get; set; }
Gets or sets the updated label for the option.
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 update.