[Missing <summary> documentation for "P:Scanjour.Workflow4.ActivityLibrary.UserTasks.UserTaskInformation.EnableRedirectAction"]
public bool EnableRedirectAction { get; set; }
Public Property EnableRedirectAction As Boolean
Get
Set
public:
property bool EnableRedirectAction {
bool get ();
void set (bool value);
}
member EnableRedirectAction : bool with get, set