ValidationError.Source Property

Definition

Gets the activity that is the source of the error.

public:
 property System::Activities::Activity ^ Source { System::Activities::Activity ^ get(); };
public System.Activities.Activity Source { get; }
member this.Source : System.Activities.Activity
Public ReadOnly Property Source As Activity

Property Value

An activity that is the source of the error.

Applies to