DynamicValidator.ColumnName Property

 

Gets the name of the column to validate.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

<BrowsableAttribute(False)>
<ThemeableAttribute(False)>
Public ReadOnly Property ColumnName As String

Property Value

Type: System.String

The name of the column to validate, or null if a data entity is validated.

.NET Framework
Available since 3.5
Return to top
Show: