'Declaration
<BrowsableAttribute(False)> <JetBrains.Annotations.NotNullAttribute()> Public Shadows ReadOnly Property Mappings As IEnumerable(Of UAMapping)
'Usage
Dim instance As UAClientMapper Dim value As IEnumerable(Of UAMapping) value = instance.Mappings
[Browsable(false)] [JetBrains.Annotations.NotNull()] public new IEnumerable<UAMapping> Mappings {get;}
[Browsable(false)] [JetBrains.Annotations.NotNull()] public: new property IEnumerable<UAMapping^>^ Mappings { IEnumerable<UAMapping^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).