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