'Declaration
Public Property Name As System.String
'Usage
Dim instance As RowHeader Dim value As System.String instance.Name = value value = instance.Name
public System.string Name {get; set;}
public read-write property Name: System.String;
public function get,set Name : System.String