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