'Declaration <DefaultValueAttribute("")> Public Property Name As String
'Usage Dim instance As ColumnInfo Dim value As String instance.Name = value value = instance.Name
[DefaultValue("")] public string Name {get; set;}
'Declaration <DefaultValueAttribute("")> Public Property Name As String
'Usage Dim instance As ColumnInfo Dim value As String instance.Name = value value = instance.Name
[DefaultValue("")] public string Name {get; set;}