Public Property Name As String
Dim instance As Series Dim value As String instance.Name = value value = instance.Name
public string Name {get; set;}