[CanBeNull()] public IEnumerable<AbstractMapping> ItemMappings {get;}
[CanBeNull()] public: property IEnumerable<AbstractMapping^>^ ItemMappings { IEnumerable<AbstractMapping^>^ get(); }
'Declaration <CanBeNullAttribute()> Public ReadOnly Property ItemMappings As IEnumerable(Of AbstractMapping)
'Declaration
<CanBeNullAttribute()> Public ReadOnly Property ItemMappings As IEnumerable(Of AbstractMapping)
'Usage Dim instance As DAMappedNode Dim value As IEnumerable(Of AbstractMapping) value = instance.ItemMappings
'Usage
Dim instance As DAMappedNode Dim value As IEnumerable(Of AbstractMapping) value = instance.ItemMappings
This value of this property can be null (Nothing in Visual Basic).
null
Nothing
The default value of this property is null.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
DAMappedNode Class DAMappedNode Members