EntityEditorWithPicker.EnableBrowse property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'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; }
Property value
Type: System.Boolean