'Declaration
<NotNullAttribute()> Protected ReadOnly Property ReadOnlyModelProvider As IUAReadOnlyModelProvider
'Usage
Dim instance As EasyUASpecializedClient Dim value As IUAReadOnlyModelProvider value = instance.ReadOnlyModelProvider
[NotNull()] protected IUAReadOnlyModelProvider ReadOnlyModelProvider {get;}
[NotNull()] protected: property IUAReadOnlyModelProvider^ ReadOnlyModelProvider { IUAReadOnlyModelProvider^ get(); }