ChartSerializer.IsUnknownAttributeIgnored Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether unknown XML properties and elements will be ignored without throwing an exception.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

public bool IsUnknownAttributeIgnored { get; set; }

Property Value

Type: System.Boolean

True if unknown XML properties and elements are ignored without throwing an exception; otherwise, False.

.NET Framework
Available since 4.0
Return to top
Show: