Lead Class

 

Applies To: Dynamics Marketing

Represents a lead in Microsoft Dynamics Marketing.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

System::Object
  Microsoft.Dynamics.Marketing.SDK.Model::Lead

[KnownTypeAttribute((Category^::typeid))]
[DataContractAttribute]
public ref class Lead 

NameDescription
System_CAPS_pubmethodLead()

Initializes a new instance of theLead class.

NameDescription
System_CAPS_pubpropertyBelongsToCompany

Gets or sets the company that the user belongs to.

System_CAPS_pubpropertyCampaign

Gets or sets the lead’s campaign.

System_CAPS_pubpropertyCompany

Gets or sets the lead’s company.

System_CAPS_pubpropertyContact

Gets or sets the lead’s contact.

System_CAPS_pubpropertyCustomFields

Gets or sets the lead’s custom fields.

System_CAPS_pubpropertyDate

Gets or sets the lead’s date.

System_CAPS_pubpropertyDueDate

Gets or sets the lead’s due date.

System_CAPS_pubpropertyId

Gets or sets the lead’s ID.

System_CAPS_pubpropertyName

Gets or sets the lead’s name.

System_CAPS_pubpropertyOriginOfChanges

Gets or sets a value that indicates where the changes to the lead came from.

System_CAPS_pubpropertyPriority

Gets or sets the lead’s priority.

System_CAPS_pubpropertyProgram

Gets or sets the lead’s program.

System_CAPS_pubpropertySalesRating

Gets or sets the lead’s sales rating.

System_CAPS_pubpropertySalesReady

Gets or sets a value indicating whether the lead is sales-ready.

System_CAPS_pubpropertyScore

Gets or sets the lead’s score.

System_CAPS_pubpropertyStatus

Gets or sets the lead’s status.

System_CAPS_pubpropertyTerritory

Gets or sets the lead’s territory.

System_CAPS_pubpropertyUpdateDate

Gets or sets the lead’s last update date.

System_CAPS_pubpropertyVersion

Gets or sets the lead’s version.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: