'Declaration<System.ObsoleteAttribute("Caption will be removed from a future build. Use Description instead.", False)> Property Caption As System.String
'UsageDim instance As IVistaDBColumnAttributes Dim value As System.String instance.Caption = value value = instance.Caption
[System.Obsolete("Caption will be removed from a future build. Use Description instead.", false)] System.string Caption {get; set;}