AttributeAuditDetail.OldValue Property
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.
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.