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