RetrieveAuditDetailsRequest.AuditId Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the Audit record to retrieve. Required.

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

Syntax

public Guid AuditId { get; set; }
public:
property Guid AuditId {
    Guid get();
    void set(Guid value);
}
member AuditId : Guid with get, set
Public Property AuditId As Guid

Property Value

Type: System.Guid

Type: Guid
The ID of the record to retrieve.

Remarks

You can obtain the GUID of an Audit record by using the RetrieveRequest, RetrieveMultipleRequest, and RetrieveRecordChangeHistoryRequest classes.

See Also

RetrieveAuditDetailsRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Audit entity messages and methods

Return to top

© 2016 Microsoft. All rights reserved. Copyright