'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the begin value of the page view")> Public Property Begin As System.Date
'Usage
Dim instance As NDateTimeAxisPagingView Dim value As System.Date instance.Begin = value value = instance.Begin
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the begin value of the page view")] public System.DateTime Begin {get; set;}