QueueIdentity.NextHopDomain Property
Namespace: Microsoft.Exchange.Data.QueueViewer
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property NextHopDomain As String
Get
Set
'Usage
Dim instance As QueueIdentity
Dim value As String
value = instance.NextHopDomain
instance.NextHopDomain = value
public string NextHopDomain { get; set; }
Property Value
Type: System.String