'Declaration
<NotNullAttribute()> Public ReadOnly Property Tag As String
'Usage
Dim instance As MappingTagAttribute Dim value As String value = instance.Tag
[NotNull()] public string Tag {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).