TransactionFlowElement.AllowWildcardAction 属性

定义

获取或设置一个值,该值指示是否允许通配符操作。

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

属性值

如果批准通配符操作,则为 true;否则为 false

属性

适用于