This documentation is archived and is not being maintained.
Suspend::Reason Property
Gets or sets the reason for suspend.
Namespace:
Microsoft.ActivitiesAssembly:
Microsoft.Activities (in Microsoft.Activities.dll)
public:
[DefaultValueAttribute(null)]
property InArgument<String^>^ Reason {
[CompilerGeneratedAttribute]
InArgument<String^>^ get();
[CompilerGeneratedAttribute]
void set(InArgument<String^>^ value);
}
Return to top