AuditDetail.AuditRecord Property
Applies To: Dynamics CRM 2015
Gets or sets the related Audit record that contains the change details.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public Entity AuditRecord { get; set; }
public:
[DataMemberAttribute]
property Entity^ AuditRecord {
Entity^ get();
void set(Entity^ value);
}
[<DataMemberAttribute>]
member AuditRecord : Entity with get, set
<DataMemberAttribute>
Public Property AuditRecord As Entity
Property Value
Type: Microsoft.Xrm.Sdk.Entity
Type: Entity
The audit record.
Remarks
Cast this property value to an Audit entity type.
See Also
AuditDetail Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright