ProfileWorkflowElement.ActivityStateQueries 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ActivityStateQueryElement 項目的集合。
public:
property System::ServiceModel::Activities::Tracking::Configuration::ActivityStateQueryElementCollection ^ ActivityStateQueries { System::ServiceModel::Activities::Tracking::Configuration::ActivityStateQueryElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("activityStateQueries")]
public System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElementCollection ActivityStateQueries { get; }
[<System.Configuration.ConfigurationProperty("activityStateQueries")>]
member this.ActivityStateQueries : System.ServiceModel.Activities.Tracking.Configuration.ActivityStateQueryElementCollection
Public ReadOnly Property ActivityStateQueries As ActivityStateQueryElementCollection
屬性值
ActivityStateQueryElementCollection 物件。
- 屬性