'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> Public Property Sunday As System.Boolean
'Usage
Dim instance As NWeekDayRule Dim value As System.Boolean instance.Sunday = value value = instance.Sunday
[System.Xml.Serialization.XmlAttribute()] public System.bool Sunday {get; set;}