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