Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.