WorkflowItemPresenter.IsDefaultContainer 属性

定义

获取或设置一个值,该值指示此容器是否为默认容器。

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

属性值

如果这是默认容器,则为 true;否则为 false

适用于