OneWayElement.PacketRoutable Propiedad

Definición

Obtiene o establece un valor que indica si está habilitado el enrutamiento de paquetes.

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

Valor de propiedad

Boolean

true si está habilitado el enrutamiento de paquetes; de lo contrario, false. De manera predeterminada, es false.

Atributos

Se aplica a