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