'Declaration
<CanBeNullAttribute()> Public ReadOnly Property ItemMappings As IEnumerable(Of AbstractMapping)
'Usage
Dim instance As DAMappedNode Dim value As IEnumerable(Of AbstractMapping) value = instance.ItemMappings
[CanBeNull()] public IEnumerable<AbstractMapping> ItemMappings {get;}
[CanBeNull()] public: property IEnumerable<AbstractMapping^>^ ItemMappings { IEnumerable<AbstractMapping^>^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.