次の方法で共有


WebHttpRelayBindingElement.IsDynamic プロパティ

定義

バインド要素が動的かどうかを取得または設定します。

[System.Configuration.ConfigurationProperty("isDynamic", DefaultValue=true)]
public bool IsDynamic { get; set; }
[<System.Configuration.ConfigurationProperty("isDynamic", DefaultValue=true)>]
member this.IsDynamic : bool with get, set
Public Property IsDynamic As Boolean

プロパティ値

バインド要素が動的な場合は true。それ以外の場合は false。

属性

適用対象