CreateColumnResult
- Namespace:
PPDS.Dataverse.Metadata.Authoring - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Result of a create column operation.
Members
Properties
LogicalName
string LogicalName { get; set; }
Gets or sets the logical name of the created column.
MetadataId
Guid MetadataId { get; set; }
Gets or sets the metadata identifier of the created column.
ValidationMessages
ValidationMessage[] ValidationMessages { get; set; }
Gets or sets the validation messages produced during the operation.
WasDryRun
bool WasDryRun { get; set; }
Gets or sets whether the operation was a dry run.