RelationshipAuditDetail.TargetRecords Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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