Compartir a través de


TransactionFlowElement.AllowWildcardAction Propiedad

Definición

Obtiene o establece un valor que indica si se permiten las acciones de carácter comodín.

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

Valor de propiedad

Boolean

Es true si se permite la acción comodín; de lo contrario, es false.

Atributos

Se aplica a