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