'Declaration Public Property Name As String
'Declaration
Public Property Name As String
'Usage Dim instance As PlotArea Dim value As String instance.Name = value value = instance.Name
'Usage
Dim instance As PlotArea Dim value As String instance.Name = value value = instance.Name
public string Name {get; set;}
PlotArea Class PlotArea Members