SPRoutingMachineInfo.OutgoingPort-Eigenschaft
Den ausgehenden 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; }
Eigenschaftswert
Typ: System.Nullable<Int32>