次の方法で共有


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 が 1 つずつあります。

適用対象