DatabaseIdParameter.Initialize method
When called from a derived class, initializes a DatabaseIdParameter instance with the specified database 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 identity of a database.