Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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