DatabaseCopyIdParameter constructor (String)
Initializes a new instance of the DatabaseCopyIdParameter class for the specified object.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Sub New ( _
identity As String _
)
'Usage
Dim identity As String
Dim instance As New DatabaseCopyIdParameter(identity)
protected DatabaseCopyIdParameter(
string identity
)
Parameters
identity
Type: System.StringA string that identifies the object.
See also
Reference
DatabaseCopyIdParameter members