PickerProperties.Item[Int32] Property

Definition

Gets a PickerProperty object at the specified index.

public:
 property Microsoft::Office::Core::PickerProperty ^ default[int] { Microsoft::Office::Core::PickerProperty ^ get(int Index); };
public Microsoft.Office.Core.PickerProperty this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.PickerProperty
Default Public ReadOnly Property Item(Index As Integer) As PickerProperty

Parameters

Index
Int32

Specifies an integer representing the index of the PickerProperty object.

Property Value

Applies to