Share via


PickerResult.SubItems Property

Gets or sets display purpose or non-display purpose field data of a PickerResult object. It is used for passing column values in a Picker dialog.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property SubItems As Object
    Get
    Set
'Usage
Dim instance As PickerResult
Dim value As Object

value = instance.SubItems

instance.SubItems = value
Object SubItems { get; set; }

Property Value

Type: System.Object

Remarks

Read/write.

See Also

Reference

PickerResult Interface

PickerResult Members

Microsoft.Office.Core Namespace