Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the Action class.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim id As Integer
Dim name As String
Dim initialization As String
Dim instance As New Action(id, name, initialization)
Syntax
'Declaration
Public Sub New ( _
id As Integer, _
name As String, _
initialization As String _
)
public Action (
int id,
string name,
string initialization
)
public:
Action (
int id,
String^ name,
String^ initialization
)
public Action (
int id,
String name,
String initialization
)
public function Action (
id : int,
name : String,
initialization : String
)
Parameters
- id
Specifies the action ID
- name
Specifies the action name
- initialization
Specifies the action initialization information.
Remarks
Platforms
See Also
Reference
Action Class
Action Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.