The SixBit Application Programming Interface
ItemID Field (ItemsListRequestType)






Syntax
'Declaration
 
Public ItemID As System.String
'Usage
 
Dim instance As ItemsListRequestType
Dim value As System.String
 
value = instance.ItemID
 
instance.ItemID = value
public System.string ItemID
public field ItemID: System.String; 
public var ItemID : System.String;
public: System.string* ItemID
public:
System.String^ ItemID
Remarks
ItemIDs are automatically generated by SixBit. To request multiple items, separate the itemids with commas. For example, 21,43,58
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ItemsListRequestType Class
ItemsListRequestType Members

Send Feedback