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