AttributeAuditDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the details of changes to entity attributes.
public ref class AttributeAuditDetail sealed : Microsoft::Crm::Sdk::Messages::AuditDetail
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class AttributeAuditDetail : Microsoft.Crm.Sdk.Messages.AuditDetail
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type AttributeAuditDetail = class
inherit AuditDetail
Public NotInheritable Class AttributeAuditDetail
Inherits AuditDetail
- Inheritance
- Attributes
Constructors
| AttributeAuditDetail() |
Initializes a new instance of the AttributeAuditDetail class. |
Properties
| AuditRecord |
Gets or sets the related |
| DeletedAttributes |
Gets a list of deleted attributes. |
| ExtensionData |
Gets or sets the structure that contains extra data. Optional. (Inherited from AuditDetail) |
| InvalidNewValueAttributes |
Gets a collection of attempted attribute changes that are not valid. |
| LocLabelLanguageCode |
Gets or sets the language code for the label. |
| NewValue |
Gets or sets a collection of new values for an entity attribute. |
| OldValue |
Gets or sets a collection of former values for an entity attribute. |