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