Gets or sets the JavaScript statements to be run upon failed item change action execution.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public string ItemChangeActionFailureClientCode { get; set; }
Visual Basic (Declaration)
Public Property ItemChangeActionFailureClientCode As String

See Also