DataPointCustomProperties.IsCustomPropertySet Method (String)

.NET Framework (current version)
 

Determines whether a custom property with the specified name was set.

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

Public Overridable Function IsCustomPropertySet (
	name As String
) As Boolean

Parameters

name
Type: System.String

The name of the custom property to check.

Return Value

Type: System.Boolean

true if the custom property was set; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: