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