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