ValidationMessage
- Namespace:
PPDS.Dataverse.Metadata.Authoring - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Represents a validation message produced during a dry-run or schema authoring operation.
Members
Properties
Field
string Field { get; set; }
Gets or sets the name of the field that triggered the validation.
Message
string Message { get; set; }
Gets or sets the human-readable validation message.
Rule
string Rule { get; set; }
Gets or sets the validation rule identifier.