Share via


SPRoutingMachineInfo.OutgoingPort property

The outgoing port

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property OutgoingPort As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As SPRoutingMachineInfo
Dim value As Nullable(Of Integer)

value = instance.OutgoingPort

instance.OutgoingPort = value
public Nullable<int> OutgoingPort { get; set; }

Property value

Type: System.Nullable<Int32>

See also

Reference

SPRoutingMachineInfo class

SPRoutingMachineInfo members

Microsoft.SharePoint.Administration namespace