EntityEditorWithPicker.ShowErrorPlaceHolder property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ShowErrorPlaceHolder As Boolean
Get
Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As Boolean
value = instance.ShowErrorPlaceHolder
instance.ShowErrorPlaceHolder = value
public bool ShowErrorPlaceHolder { get; set; }
Property value
Type: System.Boolean