TransactionFlowElement.AllowWildcardAction Property

Definition

Gets or sets a value that indicates whether wildcard action is permitted.

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

Property Value

true if wildcard action is permitted; otherwise, false.

Attributes

Applies to