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