[]
Describes a parameter value.
public sealed class ParameterValue
Name | Description |
---|---|
ParameterValue() | Creates a new ParameterValue. |
ParameterValue(Parameter) | Creates a ParameterValue object. |
ParameterValue(ParameterValue) | Creates a copy of the ParameterValue parameter. |
Name | Description |
---|---|
Label | Label for the value to display in a UI |
Value | Specifies a value for a parameter. |
Name | Description |
---|---|
Equals(object) | Tests for equivalence between two ParameterValue objects. |
GetHashCode() | Returns the hash code for ParameterValue. |