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