次の方法で共有


WssServersDataSet.WssServersRow.WSTS_ADMIN_PORT_IS_SSL プロパティ

管理用の設定、TCP/IP ポート プロジェクト用の SharePoint サーバーに、Secure Sockets Layer (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 クラス

WssServersDataSet.WssServersRow メンバー

WebSvcWssInterop 名前空間