The SixBit Application Programming Interface
ProductID Field (ItemsListRequestType)






Syntax
'Declaration
 
Public ProductID As System.String
'Usage
 
Dim instance As ItemsListRequestType
Dim value As System.String
 
value = instance.ProductID
 
instance.ProductID = value
public System.string ProductID
public field ProductID: System.String; 
public var ProductID : System.String;
public: System.string* ProductID
public:
System.String^ ProductID
Remarks
To request multiple items, surround each ProductID with single quotes and separate them with commas. For example, 'A123,'B345'. When providing single values, the quotes are optional.
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