ResponseResponseType Property |
The response type.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic ResponseType ResponseType { get; set; }
Public Property ResponseType As ResponseType
Get
Set
public:
property ResponseType ResponseType {
ResponseType get ();
void set (ResponseType value);
}
member ResponseType : ResponseType with get, set
Property Value
ResponseType
RemarksValid in all response types.
See Also