ParameterDescriptor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a parameter in an action.
public ref class ParameterDescriptor
public class ParameterDescriptor
type ParameterDescriptor = class
Public Class ParameterDescriptor
- Inheritance
-
ParameterDescriptor
- Derived
Constructors
ParameterDescriptor() |
Properties
BindingInfo |
Gets or sets the BindingInfo for the parameter. |
Name |
Gets or sets the parameter name. |
ParameterType |
Gets or sets the type of the parameter. |