共用方式為


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

適用於