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