ActionParameter 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.
Represents a parameter that is used to set values and to send key strokes in code.
public ref class ActionParameter
[System.Serializable]
public class ActionParameter
[<System.Serializable>]
type ActionParameter = class
Public Class ActionParameter
- Inheritance
-
ActionParameter
- Attributes
Constructors
ActionParameter() |
Initializes a new instance of the ActionParameter class. |
ActionParameter(String, Object) |
Initializes a new instance of the ActionParameter class. |
ActionParameter(String) |
Initializes a new instance of the ActionParameter class by using the provided parameter name. |
Properties
Name |
Gets the name of the parameter. |
Value |
Gets or sets the value of the parameter. |