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