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