UpdateStateValueRequest
- Namespace:
PPDS.Dataverse.Metadata.Authoring - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Request to update a state or status option value label.
Members
Properties
AttributeLogicalName
string AttributeLogicalName { get; set; }
Gets or sets the logical name of the state/status attribute.
EntityLogicalName
string EntityLogicalName { get; set; }
Gets or sets the logical name of the entity.
Label
string Label { get; set; }
Gets or sets the updated label for the state/status option.
SolutionUniqueName
string SolutionUniqueName { get; set; }
Gets or sets the unique name of the solution containing the entity.
Value
int Value { get; set; }
Gets or sets the numeric value of the state/status option to update.