[]
Gets or sets a name of the parameter, which is used when expressions refer to the parameter.
public string Name { get; set; }
Type | Description |
---|---|
string | A string valie indicating the name of the parameter. |
Parameter names must be unique within the containing Parameters collection.