DatabaseCopyIdParameter.Initialize method
Initializes a new instance of the DatabaseCopyIdParameter class for the specified object identifier.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Sub Initialize ( _
identity As String _
)
'Usage
Dim identity As String
Me.Initialize(identity)
protected void Initialize(
string identity
)
Parameters
identity
Type: System.StringThe object identifier.