'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Protected Shadows ReadOnly Property Mappings As IEnumerable(Of DAFolderMapping)
'Usage
Dim instance As DAFolderSource Dim value As IEnumerable(Of DAFolderMapping) value = instance.Mappings
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] protected new IEnumerable<DAFolderMapping> Mappings {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] protected: new property IEnumerable<DAFolderMapping^>^ Mappings { IEnumerable<DAFolderMapping^>^ get(); }