RetrieveEventRegistrationsRequest Class
Applies To: Dynamics Marketing
Contains the data that’s required to retrieve a collection of event registrations.
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::RetrieveEventRegistrationsRequest
| Name | Description | |
|---|---|---|
![]() | RetrieveEventRegistrationsRequest() | Initializes a new instance of theRetrieveEventRegistrationsRequest class. |
| Name | Description | |
|---|---|---|
![]() | ContactID | Gets or sets the contact ID. |
![]() | EventID | Gets or sets the event ID. |
![]() | IncludeCanceled | Gets or sets a flag that indicates if the response should include cancelled registrations. |
![]() | MaxNumberOfRecords | Gets or sets the maximum number of registration items to return in the response. |
![]() | RegistrationSetupID | Gets or sets the registration setup ID. |
![]() | SessionID | Gets or sets the session ID. |
![]() | SkipNumberOfRecords | Gets or sets the number of registration items, 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.) |
The class properties are used to filter the query results returned in the response.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


