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