'Declaration
<System.ComponentModel.ReadOnlyAttribute(True)> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property LastChange As System.Date
'Usage
Dim instance As ReportDesign Dim value As System.Date instance.LastChange = value value = instance.LastChange
[System.ComponentModel.ReadOnly(true)] [System.Xml.Serialization.XmlIgnore()] public System.DateTime LastChange {get; set;}