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