'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute("")> Public Property MappingSource As AbstractMappingSource
'Usage
Dim instance As AbstractMapping Dim value As AbstractMappingSource instance.MappingSource = value value = instance.MappingSource
[CanBeNull()] [DefaultValue("")] public AbstractMappingSource MappingSource {get; set;}
[CanBeNull()] [DefaultValue("")] public: property AbstractMappingSource^ MappingSource { AbstractMappingSource^ get(); void set ( AbstractMappingSource^ value); }