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