WorkflowInstanceResult::Reason Property

 

Gets or sets the reason for the workflow instance's exeion state.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Reason {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	void set(String^ value);
}

Property Value

Type: System::String^

Returns the reason value.

Return to top
Show: