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