AyaNova business object library 4.0.1
Item Property (ItemID)
NamespacesGZTW.AyaNova.BLLFollowUpPickListItem[([(Guid])])
Returns FollowUpPickListInfo item that matches passed in itemid value
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScriptJavaScriptXAML
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)
/** @property */
public FollowUpPickList..::.FollowUpPickListInfo get_Item(
	Guid ItemID
)
JScript does not support indexed properties.
function get_item(ItemID);
Parameters
ItemID (Guid)

Assembly: GZTW.AyaNova.BLL (Module: GZTW.AyaNova.BLL) Version: 4.0.1.0 (4.0.0.0)