Share via


PickerResult.Fields Property

Gets the field definitions of sub items in a PickerFields collection.

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

Syntax

'Declaration
Property Fields As PickerFields
    Get
    Set
'Usage
Dim instance As PickerResult
Dim value As PickerFields

value = instance.Fields

instance.Fields = value
PickerFields Fields { get; set; }

Property Value

Type: Microsoft.Office.Core.PickerFields

Remarks

Read-only.

See Also

Reference

PickerResult Interface

PickerResult Members

Microsoft.Office.Core Namespace