Name | Description | |
---|---|---|
Parameter Constructor |
The following tables list the members exposed by Parameter.
Name | Description | |
---|---|---|
Parameter Constructor |
Name | Description | |
---|---|---|
AllowBlank | Gets a boolean value indicating whether the value of this parameter can be the empty string. | |
AllowedValues | Gets a list of supported values for the parameter. | |
DataType | Gets the type of the parameter. | |
Error | Gets the error which occurs after the parameter is set. | |
Hidden | Gets a boolean value indicating whether the parameter should not be displayed to the user. | |
MaxLength | Gets the maximum length of a string parameter. | |
MultiValue | Gets a boolean value indicating whether this is a multi-value parameter. | |
Name | Gets the name of the parameter. | |
Nullable | Gets a boolean value indicating whether the value of the parameter can be null. | |
Prompt | Gets the prompt to display when asking for parameter value. | |
Value | Gets the value of the parameter. |