DatabaseCopyIdParameter.ToString method
Returns a string containing the database name and the server name.
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 DatabaseCopyIdParameter
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return value
Type: System.String
A string containing the database name and the server name.