'Declaration Public Property Comment As String
'Usage Dim instance As NameInfo Dim value As String instance.Comment = value value = instance.Comment
public string Comment {get; set;}
'Declaration Public Property Comment As String
'Usage Dim instance As NameInfo Dim value As String instance.Comment = value value = instance.Comment
public string Comment {get; set;}