'Declaration <DescriptionAttribute("The name of the series.")> <CategoryAttribute("General")> Public Property Name As String
'Usage Dim instance As SeriesBase Dim value As String instance.Name = value value = instance.Name
[Description("The name of the series.")] [Category("General")] public string Name {get; set;}