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