EventAttendanceStatus Class

 

Applies To: Dynamics Marketing

Represents an event attendance 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.EventAttendanceStatus

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod EventAttendanceStatus()

Initializes a new instance of theEventAttendanceStatus class.

Properties

Name Description
System_CAPS_pubproperty Id

Gets or sets the event attendance status’ ID.

System_CAPS_pubproperty Name

Gets or sets the event attendance status’ name.

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
Manage event registration and attendance
Getting started with the SDK
Quick start with sample code
Sample: Create, read, update, and cancel event attendance
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference

Return to top