Public Class Movie Public Property ID() As Integer Public Property Title() As String Public Property ReleaseDate() As Date Public Property Genre() As String Public Property Price() As Decimal Public Property Rating() As String End Class