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