次の方法で共有


HttpRelayTransportElement.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。

属性

適用対象