'Declaration
Protected _BookingCol As XmlObjectCollection(Of Booking)
'Usage
Dim instance As Bookings Dim value As XmlObjectCollection(Of Booking) value = instance._BookingCol instance._BookingCol = value
protected XmlObjectCollection<Booking> _BookingCol
protected: XmlObjectCollection<Booking^>^ _BookingCol