'Declaration
<CanBeNullAttribute()> Public ReadOnly Property PropertyMappings As IEnumerable(Of AbstractMapping)
'Usage
Dim instance As DAMappedNode Dim value As IEnumerable(Of AbstractMapping) value = instance.PropertyMappings
[CanBeNull()] public IEnumerable<AbstractMapping> PropertyMappings {get;}
[CanBeNull()] public: property IEnumerable<AbstractMapping^>^ PropertyMappings { 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
.