AttributeAuditDetail.OldValue Property

Definition

Gets or sets a collection of former values for an entity attribute.

public:
 property Microsoft::Xrm::Sdk::Entity ^ OldValue { Microsoft::Xrm::Sdk::Entity ^ get(); void set(Microsoft::Xrm::Sdk::Entity ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Entity OldValue { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.OldValue : Microsoft.Xrm.Sdk.Entity with get, set
Public Property OldValue As Entity

Property Value

The collection of former values for an entity attribute.

Attributes

Remarks

You can access the individual attribute values in the Entity.Attributes collection.

Applies to