Returns FollowUpPickListInfo item that matches passed in itemid value
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
public FollowUpPickList..::.FollowUpPickListInfo this[ Guid ItemID ] { get; }
Public ReadOnly Default Property Item ( _ ItemID As Guid _ ) As FollowUpPickList..::.FollowUpPickListInfo
Dim instance As FollowUpPickList Dim ItemID As Guid Dim value As FollowUpPickList..::.FollowUpPickListInfo value = instance(ItemID)
public: property FollowUpPickList..::.FollowUpPickListInfo default[Guid ItemID] { FollowUpPickList..::.FollowUpPickListInfo get (Guid ItemID); }
/** @property */ public FollowUpPickList..::.FollowUpPickListInfo get_Item( Guid ItemID )
function get_item(ItemID);
- ItemID (Guid)