'Declaration
<NotNullAttribute()> Public ReadOnly Property Mapping As AbstractMapping
'Usage
Dim instance As ValidationException Dim value As AbstractMapping instance.Mapping = value value = instance.Mapping
[NotNull()] public AbstractMapping Mapping {get;}
[NotNull()] public: property AbstractMapping^ Mapping { AbstractMapping^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).