EntityEditorWithPicker.PickerDialogType Property

Gets or sets an object that represents the type of the picker dialog box.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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
An object that contains the type of the picker dialog box.

Remarks

Examples of Type are Audiencedialog and ProfilesPickerDialog.

See Also

Reference

EntityEditorWithPicker Class

EntityEditorWithPicker Members

Microsoft.SharePoint.WebControls Namespace