RetrieveAuditDetailsResponse.AuditDetail 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 the details of the audited data changes.
public:
property Microsoft::Crm::Sdk::Messages::AuditDetail ^ AuditDetail { Microsoft::Crm::Sdk::Messages::AuditDetail ^ get(); };
public Microsoft.Crm.Sdk.Messages.AuditDetail AuditDetail { get; }
member this.AuditDetail : Microsoft.Crm.Sdk.Messages.AuditDetail
Public ReadOnly Property AuditDetail As AuditDetail
Property Value
The audit details.
Remarks
Cast the AuditDetail reference to the appropriate audit detail type; for example, cast to the AttributeAuditDetail class. For more information, see the AuditDetail class.