WebAction Constructor
Overloaded constructor
Namespace: Microsoft.Uii.Csr.HostedWebApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim id As Integer
Dim name As String
Dim initString As String
Dim instance As New WebAction(id, name, initString)
Syntax
'Declaration
Public Sub New ( _
id As Integer, _
name As String, _
initString As String _
)
public WebAction (
int id,
string name,
string initString
)
public:
WebAction (
int id,
String^ name,
String^ initString
)
public WebAction (
int id,
String name,
String initString
)
public function WebAction (
id : int,
name : String,
initString : String
)
Parameters
- id
ID
- name
Name
- initString
String Initialization
Remarks
Platforms
See Also
Reference
WebAction Class
WebAction Members
Microsoft.Uii.Csr.HostedWebApplication Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.