'Declaration<NotNullAttribute()> ReadOnly Property ValueName As String
'UsageDim instance As _EnumerationData Dim value As String value = instance.ValueName
[NotNull()] string ValueName {get;}
'Declaration<NotNullAttribute()> ReadOnly Property ValueName As String
'UsageDim instance As _EnumerationData Dim value As String value = instance.ValueName
[NotNull()] string ValueName {get;}