ServiceMetadataPublishingElement.HttpsGetBindingConfiguration プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HttpsGetBinding に指定されたバインディングに関して追加の構成情報を定義する XML セクションを指す文字列を取得または設定します。
public:
property System::String ^ HttpsGetBindingConfiguration { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("httpsGetBindingConfiguration", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string HttpsGetBindingConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("httpsGetBindingConfiguration", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.HttpsGetBindingConfiguration : string with get, set
Public Property HttpsGetBindingConfiguration As String
プロパティ値
で指定されたバインディングの追加の構成情報を定義する XML セクションを指す文字列 HttpsGetBinding 。
- 属性