Share via


ServiceDebugElement.HttpsHelpPageBinding プロパティ

定義

HTTPS を利用してサービス ヘルプ ページにアクセスする場合に使用するバインディングを指定する文字列値を取得または設定します。

public:
 property System::String ^ HttpsHelpPageBinding { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpsHelpPageBinding", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpsHelpPageBinding { get; set; }
[<System.Configuration.ConfigurationProperty("httpsHelpPageBinding", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpsHelpPageBinding : string with get, set
Public Property HttpsHelpPageBinding As String

プロパティ値

HTTPS を利用してサービス ヘルプ ページにアクセスする場合に使用するバインディング。

属性

注釈

このプロパティが設定されていない場合、必要に応じて、サービス ヘルプ ページにアクセスするために既定のバインディング (HttpsTransportBindingElement) が使用されます。

適用対象