ReceiveActivity.FaultMessageProperty Field

Definition

Represents the DependencyProperty that targets the FaultMessage property.

public: static initonly System::Workflow::ComponentModel::DependencyProperty ^ FaultMessageProperty;
public static readonly System.Workflow.ComponentModel.DependencyProperty FaultMessageProperty;
 staticval mutable FaultMessageProperty : System.Workflow.ComponentModel.DependencyProperty
Public Shared ReadOnly FaultMessageProperty As DependencyProperty 

Field Value

Remarks

This dependency property can be used to set up a binding between the receive activity's FaultMessage property and a public workflow property/field of type FaultException or another activity's public property/field of the same type.

This dependency property can also be used to set the value associated with the FaultMessage property of a ReceiveActivity activity.

This dependency property can also be used to get the binding or value associated with the FaultMessage property of the ReceiveActivity activity.

Applies to