QualifyLeadRequest.CreateOpportunity Property
Applies To: Dynamics CRM 2015
Gets or sets a value that indicates whether to create an opportunity from the originating lead. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public bool CreateOpportunity { get; set; }
public:
property bool CreateOpportunity {
bool get();
void set(bool value);
}
member CreateOpportunity : bool with get, set
Public Property CreateOpportunity As Boolean
Property Value
Type: System.Boolean
Type: Boolean
Indicates whether to create an opportunity from the originating lead.
True, to create an opportunity; otherwise, false.
See Also
QualifyLeadRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright