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