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