'Declaration
<NotNullAttribute()> Public Shared Property DefaultMappingProvider As DAMappingProvider
'Usage
Dim value As DAMappingProvider DAMapper.DefaultMappingProvider = value value = DAMapper.DefaultMappingProvider
[NotNull()] public static DAMappingProvider DefaultMappingProvider {get; set;}
[NotNull()] public: static property DAMappingProvider^ DefaultMappingProvider { DAMappingProvider^ get(); void set ( DAMappingProvider^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).