NetTcpRelayBindingElement.IsDynamic Property

Definition

Gets or sets whether the relay binding is dynamic.

[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

Property Value

true if the relay binding is dynamic; otherwise, false.

Attributes

Applies to