PickerDialog.Properties Property
Returns the PickerProperties object to specify custom properties for data handler component.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Properties As PickerProperties
Get
'Usage
Dim instance As PickerDialog
Dim value As PickerProperties
value = instance.Properties
PickerProperties Properties { get; }
Property Value
Type: Microsoft.Office.Core.PickerProperties
Remarks
Read-only. The properties of the PickerProperties object will be passed to the data handler.