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