Gets or sets the XML content that will be used as output data within the Save operation.

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

Syntax

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

See Also