Class GetPreRegistrationResponse
A response message returned by system containing the preregistrations.
Inherited Members
Namespace: Integration.MessageContracts.MeetingManagement
Syntax
[MessageContract]
public class GetPreRegistrationResponse
Properties
PreRegistration
The list of preregistrations of the requested journalized case.
Declaration
[MessageBodyMember]
public PreRegistration PreRegistration { get; set; }
Property Value
Type | Description |
---|---|
PreRegistration | The list of preregistrations of the requested journalized case. |