AttributeAuditDetail Class

Definition

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
AttributeAuditDetail
Attributes

Constructors

AttributeAuditDetail()

Initializes a new instance of the AttributeAuditDetail class.

Properties

AuditRecord

Gets or sets the related Audit record that contains the change details.

(Inherited from AuditDetail)
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.

Applies to