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