Get item by index
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
public FollowUpPickList..::.FollowUpPickListInfo this[ int Item ] { get; }
Public ReadOnly Default Property Item ( _ Item As Integer _ ) As FollowUpPickList..::.FollowUpPickListInfo
Dim instance As FollowUpPickList Dim Item As Integer Dim value As FollowUpPickList..::.FollowUpPickListInfo value = instance(Item)
public: property FollowUpPickList..::.FollowUpPickListInfo default[int Item] { FollowUpPickList..::.FollowUpPickListInfo get (int Item); }
/** @property */ public FollowUpPickList..::.FollowUpPickListInfo get_Item( int Item )
function get_item(Item);
- Item (Int32)