DdaBindings Constructor (AdapterAppInitString, String, String)
Initializes a new instance of the DdaBindings class.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim initString As AdapterAppInitString
Dim prefix As String
Dim type As String
Dim instance As New DdaBindings(initString, prefix, type)
Syntax
'Declaration
Public Sub New ( _
initString As AdapterAppInitString, _
prefix As String, _
type As String _
)
public DdaBindings (
AdapterAppInitString initString,
string prefix,
string type
)
public:
DdaBindings (
AdapterAppInitString^ initString,
String^ prefix,
String^ type
)
public DdaBindings (
AdapterAppInitString initString,
String prefix,
String type
)
public function DdaBindings (
initString : AdapterAppInitString,
prefix : String,
type : String
)
Parameters
- initString
Specifies the initialization string.
- prefix
Specifeis the prefix.
- type
Specifies the type.
Remarks
Platforms
See Also
Reference
DdaBindings Class
DdaBindings Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.