'Declaration
<NotNullAttribute()> Protected Shadows ReadOnly Property Mappings As IEnumerable(Of DAPropertyMapping)
'Usage
Dim instance As DAPropertySource Dim value As IEnumerable(Of DAPropertyMapping) value = instance.Mappings
[NotNull()] protected new IEnumerable<DAPropertyMapping> Mappings {get;}
[NotNull()] protected: new property IEnumerable<DAPropertyMapping^>^ Mappings { IEnumerable<DAPropertyMapping^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).