[]
Gets or sets the name of the parameter.
public string Name { get; set; }
A string representing the name of the parameter.
Parameter param = new Parameter(); param.Name = "OrderParam";