EntityEditor.DownLevelTextBox property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Property DownLevelTextBox As TextBox
Get
Set
'Usage
Dim value As TextBox
value = Me.DownLevelTextBox
Me.DownLevelTextBox = value
protected TextBox DownLevelTextBox { get; set; }