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