DynamicValidator.ColumnName Property

Definition

Gets the name of the column to validate.

public:
 property System::String ^ ColumnName { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public string ColumnName { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.ColumnName : string
Public ReadOnly Property ColumnName As String

Property Value

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

Attributes

Applies to