RelationshipAuditDetail.TargetRecords Property

 

Applies To: Dynamics CRM 2015

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

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

Syntax

[DataMemberAttribute]
public DataCollection<EntityReference> TargetRecords { get; }
public:
[DataMemberAttribute]
property DataCollection<EntityReference^>^ TargetRecords {
    DataCollection<EntityReference^>^ get();
}
[<DataMemberAttribute>]
member TargetRecords : DataCollection<EntityReference> with get
<DataMemberAttribute>
Public ReadOnly Property TargetRecords As DataCollection(Of EntityReference)

Property Value

Type: Microsoft.Xrm.Sdk.DataCollection<EntityReference>

Type: DataCollection<T><EntityReference>
The collection of records.

See Also

RelationshipAuditDetail Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright