WssServersDataSet.WssServersRow.WSTS_ADMIN_PORT_IS_SSL 屬性
表示設定系統管理的 TCP/IP 連接埠是否也支援專案在 SharePoint 伺服器上的安全通訊端層 (SSL) 通訊協定。
命名空間: WebSvcWssInterop
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Property WSTS_ADMIN_PORT_IS_SSL As Byte
Get
Set
'用途
Dim instance As WssServersDataSet.WssServersRow
Dim value As Byte
value = instance.WSTS_ADMIN_PORT_IS_SSL
instance.WSTS_ADMIN_PORT_IS_SSL = value
public byte WSTS_ADMIN_PORT_IS_SSL { get; set; }
屬性值
類型:System.Byte
備註
如果管理連接埠不支援 SSL,然後連接埠的運作方式只與非安全的 HTTP 通訊協定。
請參閱
參照
WssServersDataSet.WssServersRow 類別