ProfileElement.Workflows 属性
定义
获取与此 ProfileWorkflowElement 关联的 ProfileElement 元素的集合。Gets the collection of ProfileWorkflowElement elements associated with this 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
属性值
一个配置文件工作流查询元素的集合。A collection of profile workflow query elements.
- 属性
注解
配置文件中的每个工作流都有一个 ProfileWorkflowElement。There is one ProfileWorkflowElement for each workflow in the profile.