Suspend::Reason Property

 

Gets or sets the reason for suspend.

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

public:
[DefaultValueAttribute(null)]
property InArgument<String^>^ Reason {
	[CompilerGeneratedAttribute]
	InArgument<String^>^ get();
	[CompilerGeneratedAttribute]
	void set(InArgument<String^>^ value);
}

Property Value

Type: System.Activities::InArgument<String^>^

The reason for suspend.

Return to top
Show: