TextBoxWithEditor.IsRequired Property
Gets or sets a value that determines whether the text box is required.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IsRequired As String
Get
Set
'Usage
Dim instance As TextBoxWithEditor
Dim value As String
value = instance.IsRequired
instance.IsRequired = value
public string IsRequired { get; set; }
Property Value
Type: System.String