'Declaration
<NotNullAttribute()> Public Property MappingTags As List(Of String)
'Usage
Dim instance As AbstractMemberMappingDefinition Dim value As List(Of String) instance.MappingTags = value value = instance.MappingTags
[NotNull()] public List<string> MappingTags {get; set;}
[NotNull()] public: property List<String^>^ MappingTags { List<String^>^ get(); void set ( List<String^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).