'Deklaration
<System.ComponentModel.ReadOnlyAttribute(True)> <System.ComponentModel.CategoryAttribute()> Public Property Name As System.String
'Usage
Dim instance As CollectionItem Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.ReadOnly(true)] [System.ComponentModel.Category()] public System.string Name {get; set;}