ProfileElement.Workflows 属性

定义

获取与此 ProfileWorkflowElement 关联的 ProfileElement 元素的集合。

public:
 property System::ServiceModel::Activities::Tracking::Configuration::ProfileWorkflowElementCollection ^ Workflows { System::ServiceModel::Activities::Tracking::Configuration::ProfileWorkflowElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElementCollection Workflows { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Workflows : System.ServiceModel.Activities.Tracking.Configuration.ProfileWorkflowElementCollection
Public ReadOnly Property Workflows As ProfileWorkflowElementCollection

属性值

一个配置文件工作流查询元素的集合。

属性

注解

配置文件中的每个工作流都有一个 ProfileWorkflowElement

适用于