SPEvaluatorModeProvisioner.Port property
取得或設定用於預設 SharePoint 網站的連接埠。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Port As Nullable(Of Integer)
Get
Set
'用途
Dim instance As SPEvaluatorModeProvisioner
Dim value As Nullable(Of Integer)
value = instance.Port
instance.Port = value
public Nullable<int> Port { get; set; }
Property value
Type: System.Nullable<Int32>
32 位元整數,表示連接埠號碼。
請參閱
參照
SPEvaluatorModeProvisioner class