DeleteRequest.Target Property

 

Applies To: Dynamics CRM 2015

Gets or sets the reference to the record that you want to delete. Required.

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public EntityReference Target { get; set; }
public:
property EntityReference^ Target {
    EntityReference^ get();
    void set(EntityReference^ value);
}
member Target : EntityReference with get, set
Public Property Target As EntityReference

Property Value

Type: Microsoft.Xrm.Sdk.EntityReference

Type: EntityReference
The reference to the record that you want to delete.

See Also

DeleteRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright