public: property bool ReadOnly { bool get(); };
public bool ReadOnly { get; }
Public ReadOnly Property ReadOnly As Boolean
Thank you.