'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> Public Property December As System.Boolean
'Usage
Dim instance As NMonthDayRule Dim value As System.Boolean instance.December = value value = instance.December
[System.Xml.Serialization.XmlIgnore()] public System.bool December {get; set;}