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