'Declaration
<CanBeNullAttribute()> Public Property MappingSource As AbstractMappingSource
'Usage
Dim instance As AbstractMapping Dim value As AbstractMappingSource instance.MappingSource = value value = instance.MappingSource
[CanBeNull()] public AbstractMappingSource MappingSource {get; set;}
[CanBeNull()] public: property AbstractMappingSource^ MappingSource { AbstractMappingSource^ get(); void set ( AbstractMappingSource^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.