The SixBit Application Programming Interface
SupplierID Field (InventorySetRequestType)






Syntax
'Declaration
 
Public SupplierID As System.Nullable(Of Integer)
'Usage
 
Dim instance As InventorySetRequestType
Dim value As System.Nullable(Of Integer)
 
value = instance.SupplierID
 
instance.SupplierID = value
public System.Nullable<int> SupplierID
public field SupplierID: System.Nullable; 
public var SupplierID : System.Nullable;
public: System.Nullable<int> SupplierID
public:
System.Nullable<int> SupplierID
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

InventorySetRequestType Class
InventorySetRequestType Members

Send Feedback