Share via


RevertProductRequest.Target Property

Definition

Gets or sets the target product family, product, or bundle record for which you want to revert the changes done to its properties since it was last published. Required.

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

Property Value

The target product family, product, or bundle record for which you want to revert the changes done to its properties since it was last published.

Applies to