DatabaseIdParameter.ToString Method
Returns the database identifier as a string.
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As DatabaseIdParameter
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The database identifier.