RetrieveAuditDetailsResponse.AuditDetail Property

 

Applies To: Dynamics CRM 2015

Gets the details of the audited data changes.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public AuditDetail AuditDetail { get; }
public:
property AuditDetail^ AuditDetail {
    AuditDetail^ get();
}
member AuditDetail : AuditDetail with get
Public ReadOnly Property AuditDetail As AuditDetail

Property Value

Type: Microsoft.Crm.Sdk.Messages.AuditDetail

Type: AuditDetail
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.

See Also

RetrieveAuditDetailsResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright