'Declaration Public Property Name As System.String
public System.string Name {get; set;}
The name is simply a human readable string which identifies the format scheme in the user interface.
'Declaration Public Property Name As System.String
public System.string Name {get; set;}