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