Share via


UpdateProductPropertiesRequest.PropertyInstanceList Property

Definition

Gets or sets the property instances (dynamic property instances) for a product to be updated.

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

Property Value

The property instances (dynamic property instances) for a product to be updated.

Applies to