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