AuditDetail.AuditRecord 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 the related Audit
record that contains the change details.
public:
property Microsoft::Xrm::Sdk::Entity ^ AuditRecord { Microsoft::Xrm::Sdk::Entity ^ get(); void set(Microsoft::Xrm::Sdk::Entity ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Entity AuditRecord { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AuditRecord : Microsoft.Xrm.Sdk.Entity with get, set
Public Property AuditRecord As Entity
Property Value
The audit record.
- Attributes
Remarks
Cast this property value to an Audit
entity type.