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