RetrieveProductPropertiesRequest.ParentObject Property

 

Applies To: Dynamics CRM 2015

Gets or sets the product record for which you want to retrieve all the property instances (dynamic property instances).

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

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.EntityReference

Type EntityReference
Product record for which you want to retrieve all the property instances (dynamic property instances).

See Also

RetrieveProductPropertiesRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright