RoutingDomain.ToString Method

The ToString method returns a string representation of the domain in this instance of the RoutingDomain structure. This member was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As RoutingDomain
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String