PrepareExternalCommunicationCaseState Property
The new state of the case. If null, then the state of the case remains unchanged.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public InArgument<string> CaseState { get; set; }
Public Property CaseState As InArgument(Of String)
Get
Set
public:
property InArgument<String^>^ CaseState {
InArgument<String^>^ get ();
void set (InArgument<String^>^ value);
}
member CaseState : InArgument<string> with get, set
Property Value
InArgumentString