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