Поделиться через


RoutingDomain.Domain property

The Domain property gets the name of the domain that is represented by 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 ReadOnly Property Domain As String
    Get
'Usage
Dim instance As RoutingDomain
Dim value As String

value = instance.Domain
public string Domain { get; }

Property value

Type: System.String
The Domain property returns a string value that contains the name of the domain or an empty string.

See also

Reference

RoutingDomain structure

RoutingDomain members

Microsoft.Exchange.Data.Transport namespace