Action(Int32, String, String) Constructor
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.
Initializes a new instance of the Action class.
public:
Action(int id, System::String ^ name, System::String ^ initialization);
public Action (int id, string name, string initialization);
new Microsoft.Uii.Csr.Action : int * string * string -> Microsoft.Uii.Csr.Action
Public Sub New (id As Integer, name As String, initialization As String)
Parameters
- id
- Int32
Specifies the action ID
- name
- String
Specifies the action name
- initialization
- String
Specifies the action initialization information.