OneWayElement.PacketRoutable Property

Definition

Gets or sets a value indicating whether packet routing is enabled.

public:
 property bool PacketRoutable { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("packetRoutable", DefaultValue=false)]
public bool PacketRoutable { get; set; }
[<System.Configuration.ConfigurationProperty("packetRoutable", DefaultValue=false)>]
member this.PacketRoutable : bool with get, set
Public Property PacketRoutable As Boolean

Property Value

true if packet routing is enabled; otherwise, false. The default is false.

Attributes

Applies to