'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> <MetaMemberAttribute("Mappings")> Public Property Mappings As IEnumerable(Of AbstractMapping)
'Usage
Dim instance As MappedObject Dim value As IEnumerable(Of AbstractMapping) instance.Mappings = value value = instance.Mappings
[JetBrains.Annotations.CanBeNull()] [MetaMember("Mappings")] public IEnumerable<AbstractMapping> Mappings {get; set;}
[JetBrains.Annotations.CanBeNull()] [MetaMember("Mappings")] public: property IEnumerable<AbstractMapping^>^ Mappings { IEnumerable<AbstractMapping^>^ get(); void set ( IEnumerable<AbstractMapping^>^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.