SPRoutingMachineInfo.OutgoingPort property
A porta de saída
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property OutgoingPort As Nullable(Of Integer)
Get
Set
'Uso
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>