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