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