Edit

Share via


ProfileWorkflowElement.FaultPropagationQueries Property

Definition

Gets a collection of FaultPropagationQueryElement elements.

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

Property Value

A collection of FaultPropagationQueryElement elements.

Attributes

Applies to