WorkflowInstanceManagementElement.BehaviorType 属性

定义

获取与此配置元素关联的行为的类型。Gets the type of the behavior associated with this configuration element.

public:
 virtual property Type ^ BehaviorType { Type ^ get(); };
public override Type BehaviorType { get; }
member this.BehaviorType : Type
Public Overrides ReadOnly Property BehaviorType As Type

属性值

Type

与此配置元素关联的行为的类型。The type of behavior associated with this configuration element.

适用于