CloneProductRequest.Source Property
Applies To: Dynamics CRM 2015
Gets or sets the source product family, product, or bundle record that you want to clone.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public EntityReference Source { get; set; }
public:
property EntityReference^ Source {
EntityReference^ get();
void set(EntityReference^ value);
}
member Source : EntityReference with get, set
Public Property Source As EntityReference
Property Value
Type: Microsoft.Xrm.Sdk.EntityReference
Type EntityReference
The source product family, product, or bundle record that you want to clone.
See Also
CloneProductRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright