UpdateProductPropertiesRequest.PropertyInstanceList Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.EntityCollection

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

See Also

UpdateProductPropertiesRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright