'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(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).