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