SPRoutingMachineInfo.OutgoingHost property
The outgoing hostname to use for routing. If null, the Name will be used as the hostname for the connection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property OutgoingHost As String
Get
Set
'Usage
Dim instance As SPRoutingMachineInfo
Dim value As String
value = instance.OutgoingHost
instance.OutgoingHost = value
public string OutgoingHost { get; set; }
Property value
Type: System.String