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) が使用されます。

適用対象