'Declaration
<NotNullAttribute()> Public ReadOnly Property ReadOnlyModelProvider As IUAReadOnlyModelProvider
'Usage
Dim instance As UAModel Dim value As IUAReadOnlyModelProvider value = instance.ReadOnlyModelProvider
[NotNull()] public IUAReadOnlyModelProvider ReadOnlyModelProvider {get;}
[NotNull()] public: property IUAReadOnlyModelProvider^ ReadOnlyModelProvider { IUAReadOnlyModelProvider^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).