DisassociateRequest.Target Property
Applies To: Dynamics CRM 2015
Gets or sets the target, which is the record from which the related records will be disassociated. 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 target, which is the record from which the related records will be disassociated.
See Also
DisassociateRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright