'Declaration
<System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property References As NotifyPropertyCollection(Of FolderRef)
'Usage
Dim instance As Folder Dim value As NotifyPropertyCollection(Of FolderRef) value = instance.References
[System.ComponentModel.ReadOnly(true)] public NotifyPropertyCollection<FolderRef> References {get;}