MarketingResult Class

 

Applies To: Dynamics Marketing

Represents a marketing result in Microsoft Dynamics Marketing.

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

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.Marketing.SDK.Model.MarketingResult

Syntax

[DataContractAttribute]
public class MarketingResult
[DataContractAttribute]
public ref class MarketingResult 
[<DataContractAttribute>]
type MarketingResult = class end
<DataContractAttribute>
Public Class MarketingResult

Constructors

Name Description
System_CAPS_pubmethod MarketingResult()

Initializes a new instance of the MarketingResult class.

Properties

Name Description
System_CAPS_pubproperty ActualValue

Gets or sets the actual value of the marketing result.

System_CAPS_pubproperty BelongsToCompany

Gets or sets the marketing result's company.

System_CAPS_pubproperty Campaign

Gets or sets the marketing result's campaign.

System_CAPS_pubproperty Comment

Gets or sets the marketing result's comment.

System_CAPS_pubproperty Contact

Gets or sets the marketing result's contact.

System_CAPS_pubproperty Date

Gets or sets the marketing result's date.

System_CAPS_pubproperty EmailMessage

Gets or sets the email message of the marketing result.

System_CAPS_pubproperty Event

Gets or sets the marketing result's event.

System_CAPS_pubproperty ForecastValue

Gets or sets the forecast value of the marketing result.

System_CAPS_pubproperty Id

Gets or sets the marketing result's ID.

System_CAPS_pubproperty Job

Gets or sets the marketing result's job.

System_CAPS_pubproperty OriginOfChanges

Gets or sets a value indicating where the changes to the marketing results came from.

System_CAPS_pubproperty Program

Gets or sets the marketing result's program.

System_CAPS_pubproperty Type

Gets or sets the marketing result's type.

System_CAPS_pubproperty UpdateDate

Gets or sets the date when the marketing result was changed.

System_CAPS_pubproperty Version

Gets or sets the marketing result's version.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.Dynamics.Marketing.SDK.Model
Developer overview of Microsoft Dynamics Marketing
Gain insights using email marketing results
Getting started with the SDK
Quick start with sample code
Sample: Create, read, update, and delete marketing results
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference

Return to top