Show / Hide Table of Contents

Class GetPreRegistrationResponse

A response message returned by system containing the preregistrations.

Inheritance
object
GetPreRegistrationResponse
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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.

Back to top Created by Formpipe