'Declaration <DefaultValueAttribute()> Public Property Label As String
'Usage Dim instance As Row Dim value As String instance.Label = value value = instance.Label
[DefaultValue()] public string Label {get; set;}
Row Class Row Members