RoutingDomain.Type Property

The Type property gets the domain type.

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

Syntax

'Declaration
Public ReadOnly Property Type As String
    Get
'Usage
Dim instance As RoutingDomain
Dim value As String

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

Property Value

Type: System.String
The Type property returns the domain type as a String object.