InputParameterObject Members
Include Protected Members
Include Inherited Members
Represents values that can be passed to a new instance of a form through command-line or Uniform Resource Locator (URL) name/value pairs.
The InputParameterObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Name | Gets the name of the input parameter that the InputParameter object represents. (Inherited from InputParameter.) | |
Value | Gets the value of the input parameter that the InputParameter object represents. (Inherited from InputParameter.) |
Top