RelationshipAuditDetail Class

Definition

Contains the audited details of a change in a relationship.

public ref class RelationshipAuditDetail sealed : Microsoft::Crm::Sdk::Messages::AuditDetail
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class RelationshipAuditDetail : Microsoft.Crm.Sdk.Messages.AuditDetail
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type RelationshipAuditDetail = class
    inherit AuditDetail
Public NotInheritable Class RelationshipAuditDetail
Inherits AuditDetail
Inheritance
RelationshipAuditDetail
Attributes

Constructors

RelationshipAuditDetail()

Initializes a new instance of the RelationshipAuditDetail class.

Properties

AuditRecord

Gets or sets the related Audit record that contains the change details.

(Inherited from AuditDetail)
ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from AuditDetail)
RelationshipName

Gets or sets the relationship name before the change occurs.

TargetRecords

Provides the collection of relationship records that were added or removed.

Applies to