List of the views which need to be shown. Both default views("day", "week", "month", "list") and custom views can be added. If add a default view, only Type property of View should be set. If add a custom view, All the properties of View should be set.
public System.Collections.Generic.List<View> Views {get;}
'Declaration
Public ReadOnly Property Views As System.Collections.Generic.List(Of View)