RelationshipAuditDetail.TargetRecords Property

Definition

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

public:
 property Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::EntityReference ^> ^ TargetRecords { Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::EntityReference ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.EntityReference> TargetRecords { get; }
[<System.Runtime.Serialization.DataMember>]
member this.TargetRecords : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.EntityReference>
Public ReadOnly Property TargetRecords As DataCollection(Of EntityReference)

Property Value

The collection of records.

Attributes

Applies to