TransactionFlowBindingElement.AllowWildcardAction プロパティ

定義

複製対象のトランザクション フロー バインド要素に対してワイルドカード アクションを許可するかどうかを示す値を取得または設定します。

public:
 property bool AllowWildcardAction { bool get(); void set(bool value); };
public bool AllowWildcardAction { get; set; }
member this.AllowWildcardAction : bool with get, set
Public Property AllowWildcardAction As Boolean

プロパティ値

ワイルドカード アクションを許可する場合は true、それ以外の場合は false

適用対象