Submission Class

 

Applies To: Dynamics Marketing

Represents an event submission.

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.Submission

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod Submission()

Initializes a new instance of theSubmission class.

Properties

Name Description
System_CAPS_pubproperty Contact

Gets or sets the contact for the submission.

System_CAPS_pubproperty Event

Gets or sets the event.

System_CAPS_pubproperty EventRegistrationSetup

Gets or sets the event registration setup.

System_CAPS_pubproperty EventSession

Gets or sets the event session.

System_CAPS_pubproperty Fields

Gets or sets the list of fields submitted on the landing page.

System_CAPS_pubproperty Lead

Gets or sets the lead.

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

RetrieveSubmissionRequest
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top