RemoveRelatedRequest.Target Field
Specifies the target of the remove related action.
Syntax
[Visual Basic .NET]
Public Field Target As TargetRelated
[C#]
public TargetRelated Target;
[JScript]
public var Target : TargetRelated;
Remarks
Set the value of this field to an instance of the TargetRelated class for the entity type for which you are removing a relationship. For example, if you are removing the relationship between a lead and an account, set this field to an instance of the TargetRelatedLeadToAccount class.
See Also