ImportResults Constructor (String)
Creates an instance of the ImportResults class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim customData As String
Dim instance As New ImportResults(customData)
Syntax
'Declaration
Public Sub New ( _
customData As String _
)
public ImportResults (
string customData
)
public:
ImportResults (
String^ customData
)
public ImportResults (
String customData
)
public function ImportResults (
customData : String
)
Parameters
- customData
Contains a string that stores the watermark.
Platforms
Target Platforms
See Also
Reference
ImportResults Class
ImportResults Members
Microsoft.MetadirectoryServices Namespace