共用方式為


SPRoutingMachineInfo.OutgoingPort property

連出連接埠

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

Syntax

'宣告
Public Property OutgoingPort As Nullable(Of Integer)
    Get
    Set
'用途
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>

請參閱

參照

SPRoutingMachineInfo class

SPRoutingMachineInfo members

Microsoft.SharePoint.Administration namespace