MarketingResultResponseDetail Class

 

Applies To: 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.Common.SdkResultDetail
    Microsoft.Dynamics.Marketing.SDK.Model.MarketingResultResponseDetail

Syntax

public class MarketingResultResponseDetail : SdkResultDetail
public ref class MarketingResultResponseDetail : SdkResultDetail
type MarketingResultResponseDetail = 
    class
        inherit SdkResultDetail
    end
Public Class MarketingResultResponseDetail
    Inherits SdkResultDetail

Constructors

Name Description
System_CAPS_pubmethod MarketingResultResponseDetail()

Properties

Name Description
System_CAPS_pubproperty MarketingResultGuid

System_CAPS_pubproperty Message

Gets or sets the message of the response.(Inherited from SdkResultDetail.)

System_CAPS_pubproperty Succeeded

Gets or sets a value indicating whether the operation was successful. (Inherited from SdkResultDetail.)

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 Namespace

Return to top