RetrieveEventAttendancesRequest Class
Applies To: Dynamics Marketing
Contains the data that is required to retrieve a list of event attendances.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
Microsoft.Dynamics.Marketing.SDK.Messages.Event::RetrieveEventAttendancesRequest
| Name | Description | |
|---|---|---|
![]() | RetrieveEventAttendancesRequest() | Initializes a new instance of the RetrieveEventAttendancesRequest class. |
| Name | Description | |
|---|---|---|
![]() | ContactId | Gets or sets the contact ID. |
![]() | EventId | Gets or sets the event ID. |
![]() | MaxNumberOfRecords | Gets or sets the maximum number of records to retrieve. |
![]() | RegistrationSetupId | Gets or sets the registration setup ID. |
![]() | SessionId | Gets or sets the session ID. |
![]() | SkipNumberOfRecords | Gets or sets the number of records, starting from the beginning of the results, to not return in the response. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToBrokeredMessage() | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.) |
![]() | ToBrokeredMessage(String^) | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.) |
![]() | ToString() | (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.
RetrieveEventAttendancesResponse
Microsoft.Dynamics.Marketing.SDK.Messages.Event Namespace
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


