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